[open-ils-commits] r9799 - branches/rel_1_2/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jun 9 16:05:24 EDT 2008


Author: phasefx
Date: 2008-06-09 16:05:20 -0400 (Mon, 09 Jun 2008)
New Revision: 9799

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
Log:
persist window dimension changes

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul	2008-06-09 20:04:27 UTC (rev 9798)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul	2008-06-09 20:05:20 UTC (rev 9799)
@@ -20,7 +20,7 @@
 
 <window id="cat_volume_editor_win" 
 	onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"
-	title="Volumes" height="400" width="300"
+	title="Volumes" height="400" width="300" persist="height,width"
 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
 	<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->



More information about the open-ils-commits mailing list