[open-ils-commits] r15170 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 15 17:27:53 EST 2009
Author: phasefx
Date: 2009-12-15 17:27:47 -0500 (Tue, 15 Dec 2009)
New Revision: 15170
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul
Log:
another layout tweak
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-12-15 21:03:53 UTC (rev 15169)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-12-15 22:27:47 UTC (rev 15170)
@@ -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 & 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'>
Modified: trunk/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul 2009-12-15 21:03:53 UTC (rev 15169)
+++ trunk/Open-ILS/xul/staff_client/server/patron/summary_overlay_horiz.xul 2009-12-15 22:27:47 UTC (rev 15170)
@@ -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">
More information about the open-ils-commits
mailing list