commit 83da98f2088171c5dcacf5ba257c5859cf672097
parent eff310c5c99ff0b2908722eeeecf8ef01fa3dc9e
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 5 Oct 2006 04:02:21 +0000
Added zotero.org link to About panel
Added "About Zotero..." to cog menu
Diffstat:
4 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/about.xul b/chrome/content/zotero/about.xul
@@ -9,6 +9,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
orient="vertical"
buttons="accept"
+ buttonlabelaccept="&zotero.about.close;"
onload="onLoad();"
ondialogaccept="return true;">
@@ -28,6 +29,7 @@
<vbox id="aboutcontent">
<label id="name" value="&zotero.name;"/>
+ <label class="text-link" href="http://www.zotero.org" value="http://www.zotero.org"/>
<label id="version" value="&zotero.version; "/>
<script>
document.getElementById('version').value += Zotero.version;
diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul
@@ -86,6 +86,7 @@
<menuitem label="&toolbar.export.label;" oncommand="Zotero_File_Interface.exportFile();"/>
<menuseparator/>
<menuitem label="&toolbar.preferences.label;" oncommand="window.openDialog('chrome://zotero/content/preferences.xul','prefs','chrome,modal')"/>
+ <menuitem label="&toolbar.about.label;" oncommand="window.openDialog('chrome://zotero/content/about.xul','about','chrome,left=' + (window.screenX + 200) + ',top=' + (window.screenY + 100))"/>
</menupopup>
</toolbarbutton>
</toolbar>
diff --git a/chrome/locale/en-US/zotero/about.dtd b/chrome/locale/en-US/zotero/about.dtd
@@ -3,4 +3,5 @@
<!ENTITY zotero.createdby "Created by:">
<!ENTITY zotero.directors "Directors:">
<!ENTITY zotero.developers "Developers:">
-<!ENTITY zotero.thanks "Special thanks:">
-\ No newline at end of file
+<!ENTITY zotero.thanks "Special thanks:">
+<!ENTITY zotero.about.close "Close">
+\ No newline at end of file
diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd
@@ -33,6 +33,7 @@
<!ENTITY toolbar.import.label "Import...">
<!ENTITY toolbar.export.label "Export Library...">
<!ENTITY toolbar.preferences.label "Preferences...">
+<!ENTITY toolbar.about.label "About Zotero...">
<!ENTITY toolbar.createBibCollection.label "Create Bibliography From Collection...">
<!ENTITY toolbar.createBibSavedSearch.label "Create Bibliography From Saved Search...">
<!ENTITY toolbar.search.label "Search:">