comparison chrome/content/session/session.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 <!DOCTYPE window SYSTEM "chrome://nightly/locale/nightly.dtd">
4
5 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
6 <?xml-stylesheet href="chrome://nightly/skin/session/session.css" type="text/css"?>
7
8 <dialog id="NightlySessionRestore" buttons="accept,cancel" style="width: 30em; height: 25em"
9 ondialogaccept="acceptRestore();" buttonlabelaccept="Restore"
10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
11
12 <script type="application/x-javascript" src="dialog.js" />
13
14 <tree flex="1" hidecolumnpicker="true" editable="true">
15 <treecols>
16 <treecol id="name" label="Title" flex="1" editable="false" primary="true"/>
17 <treecol id="restore" label="Restore" type="checkbox" editable="true"/>
18 </treecols>
19 <treechildren id="treechildren">
20 </treechildren>
21 </tree>
22
23 </dialog>