[Pkg-mozext-commits] [sage-extension] 07/20: content update

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_2
in repository sage-extension.

commit d2d34a950ef7e961771c822771de523df664aed5
Author: Peter Andrews <petea at jhu.edu>
Date:   Thu Jul 1 22:59:03 2004 +0000

    content update
---
 src/sage/content/sage.js  |  2 +-
 src/sage/content/sage.xul | 28 ++++++++++++++--------------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/sage/content/sage.js b/src/sage/content/sage.js
index 587ecc3..e55b0ec 100755
--- a/src/sage/content/sage.js
+++ b/src/sage/content/sage.js
@@ -101,7 +101,7 @@ function dateFormat(date, twelveHourClock) {
 
 	var year = date.getYear() + 1900;
 
-	var date_str = day + " " + month + " " + date.getDate() + ", " + year; 
+	var date_str = day + ", " + month + " " + date.getDate() + ", " + year; 
 
 	var hours = date.getHours(), minutes = padout(date.getMinutes()), seconds = padout(date.getSeconds());
 	if(twelveHourClock) {
diff --git a/src/sage/content/sage.xul b/src/sage/content/sage.xul
index 90828fd..3ba539f 100755
--- a/src/sage/content/sage.xul
+++ b/src/sage/content/sage.xul
@@ -26,19 +26,19 @@
 <script type="application/x-javascript" src="chrome://sage/content/search/feedsearch.js"/>
 
 	<!-- bookmarks & edit commands -->
-<commandset id="editMenuCommands"/>
-<command id="cmd_bm_open" 		   oncommand="goDoCommand('cmd_bm_open');"/>
-<command id="cmd_bm_openinnewwindow" disabled="true"/>
-<command id="cmd_bm_openinnewtab"	 disabled="true"/>
-<command id="cmd_bm_expandfolder"	 oncommand="goDoCommand('cmd_bm_expandfolder');"/>
-<command id="cmd_bm_openfolder"	   oncommand="goDoCommand('cmd_bm_openfolder');"/>
-<command id="cmd_bm_managefolder"	 oncommand="goDoCommand('cmd_bm_managefolder');"/>
-<command id="cmd_bm_newfolder"	   oncommand="goDoCommand('cmd_bm_newfolder');"/>
-<command id="cmd_bm_newbookmark"	   oncommand="goDoCommand('cmd_bm_newbookmark');"/>
-<command id="cmd_bm_newseparator"	 oncommand="goDoCommand('cmd_bm_newseparator');"/>
-<command id="cmd_bm_find" 		   oncommand="goDoCommand('cmd_bm_find');"/>
-<command id="cmd_bm_properties"	   oncommand="goDoCommand('cmd_bm_properties');"/>
-
+<commandset id="editMenuCommands">
+	<command id="cmd_bm_open" 		   oncommand="goDoCommand('cmd_bm_open');"/>
+	<command id="cmd_bm_openinnewwindow" disabled="true"/>
+	<command id="cmd_bm_openinnewtab"	 disabled="true"/>
+	<command id="cmd_bm_expandfolder"	 oncommand="goDoCommand('cmd_bm_expandfolder');"/>
+	<command id="cmd_bm_openfolder"	   oncommand="goDoCommand('cmd_bm_openfolder');"/>
+	<command id="cmd_bm_managefolder"	 oncommand="goDoCommand('cmd_bm_managefolder');"/>
+	<command id="cmd_bm_newfolder"	   oncommand="goDoCommand('cmd_bm_newfolder');"/>
+	<command id="cmd_bm_newbookmark"	   oncommand="goDoCommand('cmd_bm_newbookmark');"/>
+	<command id="cmd_bm_newseparator"	 oncommand="goDoCommand('cmd_bm_newseparator');"/>
+	<command id="cmd_bm_find" 		   oncommand="goDoCommand('cmd_bm_find');"/>
+	<command id="cmd_bm_properties"	   oncommand="goDoCommand('cmd_bm_properties');"/>
+</commandset>
 
 <stringbundleset>
 	<stringbundle id="strRes" src="chrome://sage/locale/sage.properties"/>
@@ -46,7 +46,7 @@
 
 <toolbox class="plain">
 	<toolbar class="plain">
-		<button label="&menu.checkUpdate;" oncommand="updateCheck()" style="padding: 0px; font-size: x-small"/>
+		<toolbarbutton image="chrome://sage/skin/check_feeds.png" oncommand="updateCheck()" tooltiptext="&menu.checkUpdate;"></toolbarbutton>
 		<spacer flex="1"/>
 		<toolbarbutton type="menu" label="&menu.tools;">
 			<menupopup>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list