added changes made by bradley for BC
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:08:53 +0000 (17:08 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: 675309f

KCLS/openils/var/templates_kcls/opac/parts/homesearch.tt2
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/patron/summary.js
Open-ILS/xul/staff_client/server/patron/summary_overlay.xul
Open-ILS/xul/staff_client/server/skin/global_custom.css

index 238eb0a..a3032f6 100644 (file)
@@ -10,7 +10,8 @@
 <link rel="stylesheet" type="text/css" href="[% ctx.media_prefix %]/css/skin/default/opac/contentslider.css" />
 <div id="hp-banner">
  <div id="hp-welcome">      
-<h2>A new catalog launches this month!</h2>
+<h2>A new catalog launches on <br/> December 17th!</h2>
+        <br />
         Featuring improved searching, ebook<br/> integration, and a design for mobile phones.
         <br />
         <br />
index c4e58f9..0f9f4bd 100644 (file)
 <!ENTITY staff.patron_display.items.print_receipt.accesskey 'P'>
 <!ENTITY staff.patron_display.items_claimed_returned.label 'Items Claimed Returned:'>
 <!ENTITY staff.patron_display.library_card.label 'Library Card:'>
+<!ENTITY staff.patron_display.parent_guardian.label 'Parent/Guardian:'>
 <!ENTITY staff.patron_display.verify_password.label 'Test Password'>
 <!ENTITY staff.patron_display.verify_password.accesskey 'P'>
 <!ENTITY staff.patron_display.toggle_summary.label 'Toggle Summary'>
index cb23327..64b9008 100644 (file)
@@ -621,6 +621,14 @@ patron.summary.prototype = {
                             };
                         }
                     ],
+                      'patron_parent_guardian' : [
+                        ['render'],
+                        function(e) {
+                            return function() {
+                                util.widgets.set_text(e, obj.patron.ident_value2() );
+                            }
+                        }
+                    ],
                     'patron_hold_alias' : [
                         ['render'],
                         function(e) {
index 4496594..e3845c8 100644 (file)
                 value="&staff.patron_display.library_card.label;"/>
             <description id="patron_card" class="copyable card value click_link" onclick="try { copy_to_clipboard(event); } catch(E) { alert(E); }"/>
         </row>
+        <row>
+            <label id="PatronSummaryContact_guardian" value="&staff.patron_display.parent_guardian.label;" />
+            <description id="patron_parent_guardian" class="" />
+        </row>
         <row id="pdsgr1">
             <label id="PatronSummaryContact_ident_label" class="copyable text_left"
                 value="&staff.patron_display.ident1.label;"/>
index e69de29..0e02f68 100644 (file)
@@ -0,0 +1,6 @@
+
+
+.hide_patron_credit { display: none }
+.hide_patron_work{ display: none }
+.hide_patron_goods { display: none }
+#credit_forward { display: none;}