718d613cdc
Lots of localization, moving style out of XUL and into overlay.css
18 lines
No EOL
598 B
XML
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> |