zotero/chrome/chromeFiles/content/scholar/preferences.xul
David Norton 718d613cdc Command-shift-S should now work as soon as you start Firefox.
Lots of localization, moving style out of XUL and into overlay.css
2006-06-21 23:22:37 +00:00

18 lines
No EOL
598 B
XML

<?xml version="1.0"?>
<!DOCTYPE window SYSTEM "chrome://scholar/locale/preferences.dtd">
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<dialog id="winMain" title="&scholar.preferences.title;" style="min-width:400px;"
onload="init();" ondialogaccept="accept()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="preferences.js"/>
<script src="include.js"/>
<dialogheader id="header" title="&scholar.name;" description="&scholar.preferences.title;"/>
<checkbox id="autoUpdateBox" label="&scholar.preferences.autoUpdate.label;"/>
</dialog>