view chrome/content/configwarning.xul @ 2:472a16863ecc

expanded nightly.jar
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 02 Dec 2008 20:38:20 +0900
parents
children
line wrap: on
line source

<?xml version="1.0"?>

<!DOCTYPE dialog [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY % firstrunDTD SYSTEM "chrome://nightly/locale/configwarning.dtd">
%firstrunDTD;
]>

<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://nightly/skin/configwarning.css" type="text/css"?>

<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        title="&dialog.title;" style="&dialog.style;" buttons="accept,cancel"
        windowtype="NightlyTester:ConfigWarning"
        onload="init()" onunload="unload()" ondialogaccept="accept()">

  <script src="configwarning.js"/>

  <stringbundle id="bundle" src="chrome://global/locale/commonDialogs.properties"/>

  <hbox id="banner" align="start">
    <image class="alert-icon"/>
    <vbox flex="1">
      <label id="title">&title;</label>
      <description>&subtitle;</description>
      <description>&question;</description>
    </vbox>
  </hbox>

</dialog>