comparison xul/content/dialog_page.xul @ 199:49cb8a445126

restarting with version control of xul sidebar/toolbar
author luginbue
date Fri, 27 Feb 2004 11:24:53 +0100
parents
children
comparison
equal deleted inserted replaced
198:c50e0e77d697 199:49cb8a445126
1 <?xml version="1.0" ?>
2 <?xml-stylesheet href="chrome://alcatraz/skin/dialogs.css" type="text/css" ?>
3 <?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
4
5 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 title="DIGILIB brightness/contrast"
7 onload="markCurrentPage(); window.sizeToContent(); window.focus();">
8
9 <script src="chrome://alcatraz/content/dialog_page.js" />
10
11 <groupbox>
12 <caption label="DIGILIB page" />
13 <description id="dialog_desc">Choose the page to go :</description>
14 <spacer style="height: 10px" />
15 <hbox>
16 <textbox id="page_value" size="6" onclick="this.select();" />
17 <spacer flex="1" />
18 </hbox>
19
20
21 <hbox flex="1" pack="end">
22 <button label="Go" oncommand="go();" />
23 <button label="Cancel" oncommand="cancel();" />
24 </hbox>
25 </groupbox>
26
27 </window>