2006-05-18 18:39:55 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-06-05 17:47:36 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://scholar/locale/preferences.dtd">
|
|
|
|
|
2006-05-18 18:39:55 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
|
2006-06-05 17:47:36 +00:00
|
|
|
<dialog id="winMain" title="&scholar.preferences.title;" style="min-width:400px;"
|
2006-05-18 18:39:55 +00:00
|
|
|
onload="init();" ondialogaccept="accept()"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
|
|
|
<script src="preferences.js"/>
|
|
|
|
<script src="include.js"/>
|
|
|
|
|
2006-06-05 17:47:36 +00:00
|
|
|
<dialogheader id="header" title="&scholar.name;" description="&scholar.preferences.title;"/>
|
2006-05-18 18:39:55 +00:00
|
|
|
|
2006-06-21 23:22:37 +00:00
|
|
|
<checkbox id="autoUpdateBox" label="&scholar.preferences.autoUpdate.label;"/>
|
2006-05-18 18:39:55 +00:00
|
|
|
|
2006-07-19 16:14:27 +00:00
|
|
|
<hbox>
|
|
|
|
<label value="Display Scholar:" control="positionMenu"/>
|
|
|
|
<menulist id="positionMenu">
|
|
|
|
<menupopup>
|
|
|
|
<menuitem label="Above browser content"/>
|
|
|
|
<menuitem label="Below browser content"/>
|
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
</hbox>
|
2006-05-18 18:39:55 +00:00
|
|
|
|
|
|
|
</dialog>
|