home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
-
- <!DOCTYPE dialog [
- <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
- %brandDTD;
- <!ENTITY % pageReportFirstTimeDTD SYSTEM "chrome://browser/locale/pageReportFirstTime.dtd" >
- %pageReportFirstTimeDTD;
- ]>
-
- <dialog id="pageReportFirstTime"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- title="&caption.label;"
- onload="setTimeout(function() { window.sizeToContent(); }, 100);"
- style="width: 40em;"
- buttons="accept"
- persist="screenX screenY"
- screenX="24" screenY="24">
-
- <description>
- &startDescription.label;
- </description>
-
- <separator class="thin"/>
-
- <hbox pack="center">
- <statusbar style="width:20em">
- <statusbarpanel id="statusbar-updates">
- <statusbarpanel class="statusbarpanel-iconic" style="min-height:18px" id="page-report-button" blocked="true"/>
- <statusbarpanel class="statusbarpanel-iconic" style="min-height:18px" id="security-button"/>
- </statusbarpanel>
- <statusbarpanel flex="1" pack="left">
- <description>&done.label;</description>
- </statusbarpanel>
- <statusbarpanel class="statusbarpanel-iconic" style="min-height:18px" id="page-theme-button"/>
- <statusbarpanel class="statusbarpanel-iconic" style="min-height:18px" id="livemark-button"/>
- </statusbar>
- </hbox>
-
- <separator class="thin"/>
-
- <description>
- &endDescription.label;
- </description>
-
- </dialog>
-