[open-ils-commits] r8200 -
trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 11 13:54:51 EST 2007
Author: phasefx
Date: 2007-12-11 13:34:21 -0500 (Tue, 11 Dec 2007)
New Revision: 8200
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul
Log:
tweak layout flex for Hold Notices, and persist layout
Modified: trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul 2007-12-11 18:32:53 UTC (rev 8199)
+++ trunk/Open-ILS/xul/staff_client/server/patron/hold_notices.xul 2007-12-11 18:34:21 UTC (rev 8200)
@@ -19,7 +19,7 @@
<!-- OVERLAYS -->
<?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
-<window id="hold_notices_win" width="700" height="550"
+<window id="hold_notices_win" width="700" height="550" persist="sizemode width height"
onload="try{ my_init(); font_helper(); } catch(E) { alert(E); }" title="Hold Notices"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
@@ -233,20 +233,27 @@
</groupbox>
</stack>
- <vbox id="top_panel" flex="1">
- <label id="patron_name" class="patronNameLarge"/>
- <iframe id="bib_brief" flex="2"/>
- <vbox flex="1" style="min-height: 30px">
- <tree id="holds_list" flex="1" enableColumnDrag="true" style=""/>
- </vbox>
- <hbox>
- <button label="Add Record of Notification" accesskey="A" oncommand="new_notification()"/>
- <spacer flex="1"/>
- <button label="Close" accesskey="C" oncommand="window.close()"/>
- </hbox>
+ <vbox id="v1" flex="1" persist="height">
+ <label id="patron_name" class="patronNameLarge"/>
+ <iframe id="bib_brief" flex="1"/>
+ </vbox>
+
+ <splitter><grippy/></splitter>
+
+ <vbox id="v2" flex="1" persist="height">
+ <vbox flex="1">
+ <tree id="holds_list" flex="1" enableColumnDrag="true" style=""/>
+ </vbox>
+ <hbox>
+ <button label="Add Record of Notification" accesskey="A" oncommand="new_notification()"/>
+ <spacer flex="1"/>
+ <button label="Close" accesskey="C" oncommand="window.close()"/>
+ </hbox>
</vbox>
- <vbox flex="9" class="my_overflow" id="notifications_panel">
+ <splitter><grippy/></splitter>
+
+ <vbox persist="height" flex="9" class="my_overflow" id="notifications_panel">
</vbox>
More information about the open-ils-commits
mailing list