From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 15 Dec 2009 22:27:47 +0000 (+0000)
Subject: another layout tweak
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f05820bce2153aea712443185d8d3cc54c78f8bd;p=evergreen%2Fpines.git

another layout tweak

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15170 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd
index d90fc803c3..4a53bb807b 100644
--- a/Open-ILS/web/opac/locale/en-US/lang.dtd
+++ b/Open-ILS/web/opac/locale/en-US/lang.dtd
@@ -1227,7 +1227,8 @@
 <!ENTITY staff.patron_display.checkouts.label 'Check Outs:'>
 <!ENTITY staff.patron_display.checkouts_overdue.label 'Overdue:'>
 <!ENTITY staff.patron_display.contact.caption 'Identity &amp; Contact Info'>
-<!ENTITY staff.patron_display.account_info.caption 'Account Info'>
+<!ENTITY staff.patron_display.tab.account_info.label 'Account Info'>
+<!ENTITY staff.patron_display.tab.account_info.accesskey ''>
 <!ENTITY staff.patron_display.patron_info.caption 'Patron Info'>
 <!ENTITY staff.patron_display.phone_numbers.caption 'Phone Numbers'>
 <!ENTITY staff.patron_display.tab.identification.label 'Identification'>
diff --git a/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul b/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul
index c583feb15d..e4c060c553 100644
--- a/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul
+++ b/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul
@@ -26,7 +26,6 @@
 <hbox id="patron_info_sidebar" flex="1">
     <image id="patron_photo_url" />
     <vbox id="patron_info" flex="1" />
-    <vbox id="account_info" flex="1" />
     <vbox flex="1">
         <vbox id="PatronSummaryContact_address" orient="vertical"/>
         <vbox id="PatronSummaryContact_phone" />
@@ -35,11 +34,13 @@
     <vbox id="contact_info" flex="1">
         <tabbox flex="1">
             <tabs>
+                <tab label="&staff.patron_display.tab.account_info.label;" accesskey="&staff.patron_display.tab.account_info.accesskey;"/>
                 <tab label="&staff.patron_display.tab.identification.label;" accesskey="&staff.patron_display.tab.identification.accesskey;"/>
                 <tab id="group_tab" label="&staff.patron_display.tab.group.label;" accesskey="&staff.patron_display.tab.group.accesskey;"/>
                 <tab label="&staff.patron_display.tab.stat_cats.label;" accesskey="&staff.patron_display.tab.stat_cats.accesskey;"/>
             </tabs>
             <tabpanels flex="1">
+                <tabpanel><vbox id="account_info" flex="1" /></tabpanel>
                 <tabpanel><grid id="PatronSummaryContact_grid" flex="1"/></tabpanel>
                 <tabpanel orient="vertical">
                     <tree id="group_list" flex="1" enableColumnDrag="true" seltype="multiple" context="group_actions"/>
@@ -62,28 +63,25 @@
 </hbox>
 
 <vbox id="account_info">
-    <groupbox flex="1">
-        <caption label="&staff.patron_display.account_info.caption;"/>
-        <grid>
-            <columns>
-                <column/>
-            </columns>
-            <rows>
-                <row id="pdsgr1">
-                    <description id="patron_profile" class="copyable profile value"/>
-                </row>
-                <row id="pdsgr5">
-                    <description id="patron_library" class="copyable homelib value"/>
-                </row>
-                <row id="pdsgr5a">
-                    <description id="patron_net_access" class="copyable net_access value"/>
-                </row>
-                <row id="pdsgr5aa">
-                    <description id="patron_date_of_exp" class="copyable expire_date value"/>
-                </row>
-            </rows>
-        </grid>
-    </groupbox>
+    <grid flex="1">
+        <columns>
+            <column/>
+        </columns>
+        <rows>
+            <row id="pdsgr1">
+                <description id="patron_profile" class="copyable profile value"/>
+            </row>
+            <row id="pdsgr5">
+                <description id="patron_library" class="copyable homelib value"/>
+            </row>
+            <row id="pdsgr5a">
+                <description id="patron_net_access" class="copyable net_access value"/>
+            </row>
+            <row id="pdsgr5aa">
+                <description id="patron_date_of_exp" class="copyable expire_date value"/>
+            </row>
+        </rows>
+    </grid>
 </vbox>
 
 <vbox id="patron_info" flex="1">