view xul/content/dialog_annotate.xul @ 517:72604a10ee1a Root_jquery

fixes for zoom when birds-eye view open fixes for IE (works mostly in IE7 and IE8)
author robcast
date Fri, 04 Sep 2009 12:27:02 +0200
parents bf945fcf9105
children
line wrap: on
line source

<?xml version="1.0" ?>
<?xml-stylesheet href="chrome://alcatraz/skin/dialogs.css" type="text/css" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>

<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        title="DIGILIB annotate"
        buttons="accept,cancel"
        ondialogaccept="return accept();"
        ondialogcancel="return cancel();"
				onload="window.sizeToContent(); window.focus();">

 <script src="chrome://alcatraz/content/dialog_annotate.js" />

 <groupbox>
  <caption label="DIGILIB annotate" />
  <description id="dialog_desc">Annotate the picture with its current parameters :</description>
  <spacer style="height: 10px" />
  <hbox>
   <textbox id="annotation_value" size="2000" multiline="true" rows="8" cols="72" onclick="this.select();" />
   <spacer flex="1" />
  </hbox>
  
 </groupbox>

</dialog>