[open-ils-commits] r9833 - branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jun 13 13:38:34 EDT 2008


Author: phasefx
Date: 2008-06-13 13:38:31 -0400 (Fri, 13 Jun 2008)
New Revision: 9833

Modified:
   branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
Log:
backport volume editor tweak.  Thanks Paul!

Modified: branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
===================================================================
--- branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul	2008-06-13 17:34:39 UTC (rev 9832)
+++ branches/rel_1_2_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul	2008-06-13 17:38:31 UTC (rev 9833)
@@ -20,7 +20,7 @@
 
 <window id="cat_volume_editor_win" 
 	onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"
-	title="Volumes"
+	title="Volumes" height="400" width="300" persist="height,width"
 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
 	<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
@@ -100,6 +100,7 @@
 	<groupbox flex="1" style="overflow: auto">
 		<caption id="caption" label="Volume Editor"/>
 		<hbox>
+            <button label="Cancel" oncommand="window.close();"/>
 			<spacer flex="1" />
 			<button label="Modify" oncommand="g.stash_and_close();"/>
 		</hbox>



More information about the open-ils-commits mailing list