make maximized versus non-maximized state of main window sticky, as well as the windo...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jan 2010 18:02:50 +0000 (18:02 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 20 Jan 2010 18:02:50 +0000 (18:02 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15347 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul

index 9b87990..ed54ff6 100644 (file)
@@ -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="1024" height="740"
-    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">
 
     <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->