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 % pbbDecisionDialogDTD SYSTEM "chrome://browser/locale/pbbDecisionDialog.dtd" >
- %pbbDecisionDialogDTD;
- ]>
-
- <dialog xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- id="pbbDecisionDialog"
- buttons="accept,cancel"
- onload="initPBBDialog();"
- ondialogaccept="setDialogPref();"
- ondialogcancel="cancelAction();"
- title="&pbbDecisionDialog.title;"
- style="width: 299px">
-
- <script type="application/x-javascript" src="chrome://browser/content/pbbDecisionDialog.js"/>
-
- <vbox>
- <groupbox id="pbbBox" class="groupbox-body">
- <description id="pbbSCinfoblurb">
- &pbbExplanation.text1;
- <image id="pbbBoxImage"/>
- </description>
- </groupbox>
-
- <groupbox class="groupbox-body">
- <label id="pbbBoxLabel" value="&pbbSiteModifiedMsg;"/>
- <description id="pbbSCModSite" class="header"/>
- </groupbox>
-
- <checkbox id="pbbSCcheckbox"
- prefstring="show.popupblockbutton.dialog"
- label="&checkBoxMsg.label;"/>
- </vbox>
- </dialog>
-