zotero/chrome/chromeFiles/content/scholar/preferences.xul
David Norton 7aecfd5190 Added basic preferences support.
Removed all trace of 'object' from sidebar.js.

More code renaming.
2006-05-18 18:39:55 +00:00

16 lines
No EOL
476 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<dialog id="winMain" title="Scholar Preferences" 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" description="Scholar Preferences"/>
<checkbox id="whateverBox" label="Whatever!"/>
</dialog>