home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://global/skin/groupbox.css" type="text/css"?>
- <?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
-
- <!DOCTYPE window [
- <!ENTITY % clearHistoriesDecisionDialogDTD SYSTEM "chrome://browser/locale/clearHistoriesDecisionDialog.dtd" >
- %clearHistoriesDecisionDialogDTD;
- ]>
-
- <dialog xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- id="clearHistoriesDecisionDialog"
- buttons="accept,cancel"
- onload="initClearHistoriesDialog();"
- ondialogaccept="setDialogPref();"
- ondialogcancel="cancelAction();"
- title="&clearHistoriesDecisionDialog.title;"
- style="width: 299px">
-
- <script type="application/x-javascript" src="chrome://browser/content/clearHistoriesDecisionDialog.js"/>
-
- <vbox>
- <groupbox class="groupbox-body">
- <description id="clearHistoriesinfoblurb"/>
- </groupbox>
-
- <checkbox id="clearHistoriescheckbox"
- prefstring="clearhistories.button.dialog"
- label="&checkBoxMsg.label;"/>
- </vbox>
- </dialog>
-