zotero/chrome/chromeFiles/content/scholar/preferences.xul
David Norton 8427ebdf2a Fixes #114, Preference for Scholar location (top, bottom).
(I had to go a little roundabout way of doing it, as you can't use the overlay-related positioning attributes on-the-fly)
2006-07-19 16:14:27 +00:00

27 lines
No EOL
833 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;"/>
<hbox>
<label value="Display Scholar:" control="positionMenu"/>
<menulist id="positionMenu">
<menupopup>
<menuitem label="Above browser content"/>
<menuitem label="Below browser content"/>
</menupopup>
</menulist>
</hbox>
</dialog>