[open-ils-commits] r15347 - trunk/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:02:53 EST 2010
Author: phasefx
Date: 2010-01-20 13:02:50 -0500 (Wed, 20 Jan 2010)
New Revision: 15347
Modified:
trunk/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: trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul 2010-01-20 15:28:30 UTC (rev 15346)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/main/menu_frame.xul 2010-01-20 18:02:50 UTC (rev 15347)
@@ -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">
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
More information about the open-ils-commits
mailing list