view chrome/content/options/options.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"?>

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

<!DOCTYPE window SYSTEM "chrome://nightly/locale/options.dtd">

<prefwindow id="NightlyTesterOptions" windowtype="NightlyTester:Options"
            title="&nightly.options.title;"
            xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <script type="application/x-javascript" src="prefs.js"/>

  <prefpane id="paneTitle" label="&nightly.options.title;">

    <preferences>
      <preference id="idtitle" type="bool" name="nightly.idtitle" onchange="paneTitle.toggled();"/>
      <preference id="title" type="string" name="nightly.templates.title"/>
    </preferences>

    <script type="application/x-javascript" src="title.js"/>

    <stringbundle id="variablesBundle" src="chrome://nightly/locale/variables.properties"/>

    <description style="padding-bottom: 5px">&nightly.paneTitlebar.description;</description>

    <checkbox preference="idtitle" style="padding-bottom: 5px" id="enableTitleBar" label="&nightly.customtitle.label;"/>

    <hbox style="padding-bottom: 5px" align="center">
      <label value="&nightly.customtemplate.label;" control="customTitle"/>
      <textbox preference="title" id="customTitle" flex="1"/>
    </hbox>

    <description style="padding-bottom: 5px">&nightly.variables.description;</description>

    <listbox id="varList" flex="1">
      <listhead>
        <listheader label="&nightly.variable.label;"/>
        <listheader label="&nightly.variabledesc.label;"/>
        <listheader label="&nightly.variablevalue.label;"/>
      </listhead>
      <listcols>
        <listcol style="width: 9em"/>
        <listcol flex="1"/>
        <listcol style="width: 15em"/>
      </listcols>
    </listbox>

  </prefpane>

</prefwindow>