splitter stickiness isn't working right, so remove persist and tweak flex for now...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Feb 2009 06:03:09 +0000 (06:03 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Feb 2009 06:03:09 +0000 (06:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/staff-client-experiment@12229 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/display_overlay.xul
Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul

index 66e1042..2e9665d 100644 (file)
        </hbox>
        <hbox id="PatronNotNavBar" flex="1" class="my_bg">
                <box id="ui.circ.patron_summary.horizontal" orient="horizontal" flex="1">
-                       <vbox id="pdm3" flex="1" persist="width,height">
+                       <vbox id="pdm3" flex="1"
                                <deck id="patron_left_deck"/>
                        </vbox>
                        <splitter id="pdms1" orient="horizontal" collapse="before" persist="state hidden"><grippy id="pdmsg1"/></splitter>
-                       <vbox id="pdm4" flex="3" persist="width,height">
+                       <vbox id="pdm4" flex="9">
                                <deck id="patron_right_deck"/>
                        </vbox>
                 </box> 
@@ -47,6 +47,7 @@
 
 <deck id="patron_right_deck" flex="1">
 </deck>
+
 <deck id="patron_left_deck" flex="1">
 </deck>
 
index e35c65b..ab8c851 100644 (file)
                        <label id="patron_checkouts" class="items_out value"/>
                </row>
                <row>
-                       <label id="PatronSummaryStatus_checkouts_overdue_label" class="text_right items_overdue label"
-                               value="&staff.patron_display.checkouts_overdue.label;" style="background: grey"/>
-                       <label id="patron_overdue" class="items_overdue value" style="background: grey"/>
-               </row>
-               <row id="pdsgr5">
-                       <label id="PatronSummaryStatus_long_overdue_label" value="&staff.patron.summary_overlay.overdue.value;" class="text_right items_long_overdue label" style="background: grey"/>
-                       <label id="patron_long_overdue" class="items_long_overdue value" style="background: grey"/>
+            <hbox>
+                       <label id="PatronSummaryStatus_checkouts_overdue_label" class="text_right items_overdue label" value="&staff.patron_display.checkouts_overdue.label;" />
+                <label value="/"/>
+                           <label id="PatronSummaryStatus_long_overdue_label" value="&staff.patron.summary_overlay.overdue.value;" class="text_right items_long_overdue label" />
+            </hbox>
+            <hbox>
+                       <label id="patron_overdue" class="items_overdue value" />
+                <label value="/"/>
+                           <label id="patron_long_overdue" class="items_long_overdue value" />
+            </hbox>
                </row>
                <row id="pdsgr7">
-                       <label id="PatronSummaryStatus_claimed_returned_label" value="&staff.patron.summary_overlay.claimed_returned.value;" class="text_right items_long_overdue label" style="background: grey"/>
-                       <label id="patron_claimed_returned" class="items_claimed_returned value" style="background: grey"/>
-               </row>
-               <row id="pdsgr6">
-                       <label id="PatronSummaryStatus_lost_label" value="&staff.patron.summary_overlay.lost_label.value;" class="text_left items_lost label"/>
-                       <label id="patron_lost" class="items_lost value"/>
+            <hbox>
+                       <label id="PatronSummaryStatus_claimed_returned_label" value="&staff.patron.summary_overlay.claimed_returned.value;" class="text_right items_long_overdue label" />
+                <label value="/"/>
+                       <label id="PatronSummaryStatus_lost_label" value="&staff.patron.summary_overlay.lost_label.value;" class="text_left items_lost label"/>
+            </hbox>
+            <hbox>
+                       <label id="patron_claimed_returned" class="items_claimed_returned value" />
+                <label value="/"/>
+                       <label id="patron_lost" class="items_lost value"/>
+            </hbox>
                </row>
                <row id="pdsgr6a">
                        <label id="PatronSummaryStatus_noncat_label" value="&staff.patron.summary_overlay.noncat_label.value;" class="text_left items_noncat label"/>