view 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
line wrap: on
line source

<?xml version="1.0"?>

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

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

<dialog id="NightlySessionRestore" buttons="accept,cancel" style="width: 30em; height: 25em"
        ondialogaccept="acceptRestore();" buttonlabelaccept="Restore"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

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

  <tree flex="1" hidecolumnpicker="true" editable="true">
    <treecols>
      <treecol id="name" label="Title" flex="1" editable="false" primary="true"/>
      <treecol id="restore" label="Restore" type="checkbox" editable="true"/>
    </treecols>
    <treechildren id="treechildren">
    </treechildren>
  </tree>
  
</dialog>