[open-ils-commits] r15348 - branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jan 20 13:04:08 EST 2010


Author: phasefx
Date: 2010-01-20 13:04:04 -0500 (Wed, 20 Jan 2010)
New Revision: 15348

Modified:
   branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul
Log:
make maximized versus non-maximized state of main window sticky, as well as the window dimensions in non-maximized mode

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul	2010-01-20 18:02:50 UTC (rev 15347)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul	2010-01-20 18:04:04 UTC (rev 15348)
@@ -28,9 +28,9 @@
 -->
 
 <window id="menu_frame_win"
-    onload="try { my_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }"
+    onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"
     orient="vertical" width="800" height="500"
-    sizemode="maximized" oils_persist="width height" title="&staff.main.menu.title;"
+    sizemode="maximized" persist="width height sizemode" title="&staff.main.menu.title;"
     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
     <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->



More information about the open-ils-commits mailing list