Added zotero.org link to About panel

Added "About Zotero..." to cog menu
This commit is contained in:
Dan Stillman 2006-10-05 04:02:21 +00:00
parent eff310c5c9
commit 83da98f208
4 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
orient="vertical" orient="vertical"
buttons="accept" buttons="accept"
buttonlabelaccept="&zotero.about.close;"
onload="onLoad();" onload="onLoad();"
ondialogaccept="return true;"> ondialogaccept="return true;">
@ -28,6 +29,7 @@
<vbox id="aboutcontent"> <vbox id="aboutcontent">
<label id="name" value="&zotero.name;"/> <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; "/> <label id="version" value="&zotero.version; "/>
<script> <script>
document.getElementById('version').value += Zotero.version; document.getElementById('version').value += Zotero.version;

View File

@ -86,6 +86,7 @@
<menuitem label="&toolbar.export.label;" oncommand="Zotero_File_Interface.exportFile();"/> <menuitem label="&toolbar.export.label;" oncommand="Zotero_File_Interface.exportFile();"/>
<menuseparator/> <menuseparator/>
<menuitem label="&toolbar.preferences.label;" oncommand="window.openDialog('chrome://zotero/content/preferences.xul','prefs','chrome,modal')"/> <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> </menupopup>
</toolbarbutton> </toolbarbutton>
</toolbar> </toolbar>

View File

@ -4,3 +4,4 @@
<!ENTITY zotero.directors "Directors:"> <!ENTITY zotero.directors "Directors:">
<!ENTITY zotero.developers "Developers:"> <!ENTITY zotero.developers "Developers:">
<!ENTITY zotero.thanks "Special thanks:"> <!ENTITY zotero.thanks "Special thanks:">
<!ENTITY zotero.about.close "Close">

View File

@ -33,6 +33,7 @@
<!ENTITY toolbar.import.label "Import..."> <!ENTITY toolbar.import.label "Import...">
<!ENTITY toolbar.export.label "Export Library..."> <!ENTITY toolbar.export.label "Export Library...">
<!ENTITY toolbar.preferences.label "Preferences..."> <!ENTITY toolbar.preferences.label "Preferences...">
<!ENTITY toolbar.about.label "About Zotero...">
<!ENTITY toolbar.createBibCollection.label "Create Bibliography From Collection..."> <!ENTITY toolbar.createBibCollection.label "Create Bibliography From Collection...">
<!ENTITY toolbar.createBibSavedSearch.label "Create Bibliography From Saved Search..."> <!ENTITY toolbar.createBibSavedSearch.label "Create Bibliography From Saved Search...">
<!ENTITY toolbar.search.label "Search:"> <!ENTITY toolbar.search.label "Search:">