PINES Customization: Patron Reg Form - Parent Guardian Field Label
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 31 Aug 2017 13:37:06 +0000 (09:37 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 1 Sep 2017 00:24:13 +0000 (20:24 -0400)
Relabel "Secondary Identification" field as "Parent/Guardian"
to be consistent with usage and xul client.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2

index 38daeed..7e95ed6 100644 (file)
@@ -320,7 +320,13 @@ within the "form" by name for validation.
 
 <!-- IDENT_VALUE2 -->
 <div class="row reg-field-row" ng-show="show_field('au.ident_value2')">
-  [% draw_field_label('au', 'ident_value2') %]
+  <!-- PINES Customization: Relabel field -->
+  <div class="col-md-3 reg-field-label">
+      <!--field label -->
+      <label class="ng-binding">Parent/Guardian</label>
+      <!--field documentation img/link-->
+      <img class="ng-hide" ng-show="field_doc.au.ident_value2" ng-click="set_selected_field_doc('au','ident_value2')" src="/images/question-mark.png">
+  </div>
   [% draw_form_input('au', 'ident_value2') %]
   <div class="col-md-6 patron-reg-example">
     [% draw_example_text('au', 'ident_value2') %]