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 22:31:52 +00:00
|
|
|
<checkbox id="autoUpdateBox" label="Automatically check for updated scrapers"/>
|
2006-05-18 18:39:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
</dialog>
|