comparison 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
comparison
equal deleted inserted replaced
1:93e46514f20d 2:472a16863ecc
1 <?xml version="1.0"?>
2
3 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
4 <?xml-stylesheet href="chrome://nightly/skin/options/options.css" type="text/css"?>
5
6 <!DOCTYPE window SYSTEM "chrome://nightly/locale/options.dtd">
7
8 <prefwindow id="NightlyTesterOptions" windowtype="NightlyTester:Options"
9 title="&nightly.options.title;"
10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
11
12 <script type="application/x-javascript" src="prefs.js"/>
13
14 <prefpane id="paneTitle" label="&nightly.options.title;">
15
16 <preferences>
17 <preference id="idtitle" type="bool" name="nightly.idtitle" onchange="paneTitle.toggled();"/>
18 <preference id="title" type="string" name="nightly.templates.title"/>
19 </preferences>
20
21 <script type="application/x-javascript" src="title.js"/>
22
23 <stringbundle id="variablesBundle" src="chrome://nightly/locale/variables.properties"/>
24
25 <description style="padding-bottom: 5px">&nightly.paneTitlebar.description;</description>
26
27 <checkbox preference="idtitle" style="padding-bottom: 5px" id="enableTitleBar" label="&nightly.customtitle.label;"/>
28
29 <hbox style="padding-bottom: 5px" align="center">
30 <label value="&nightly.customtemplate.label;" control="customTitle"/>
31 <textbox preference="title" id="customTitle" flex="1"/>
32 </hbox>
33
34 <description style="padding-bottom: 5px">&nightly.variables.description;</description>
35
36 <listbox id="varList" flex="1">
37 <listhead>
38 <listheader label="&nightly.variable.label;"/>
39 <listheader label="&nightly.variabledesc.label;"/>
40 <listheader label="&nightly.variablevalue.label;"/>
41 </listhead>
42 <listcols>
43 <listcol style="width: 9em"/>
44 <listcol flex="1"/>
45 <listcol style="width: 15em"/>
46 </listcols>
47 </listbox>
48
49 </prefpane>
50
51 </prefwindow>