another layout tweak
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Dec 2009 22:27:47 +0000 (22:27 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Dec 2009 22:27:47 +0000 (22:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15170 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul

index d90fc80..4a53bb8 100644 (file)
 <!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'>
index c583feb..e4c060c 100644 (file)
@@ -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" />
     <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"/>
 </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">