PINES Customization: Patron Registration Field Tips rel_2_12_4_register_patron_tips
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 24 Aug 2017 20:24:00 +0000 (16:24 -0400)
committerTerran McCanna <tmccanna@georgialibraries.org>
Thu, 24 Aug 2017 20:24:00 +0000 (16:24 -0400)
Added examples for dob and GA DL format.

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

index 76649b7..38daeed 100644 (file)
@@ -274,6 +274,7 @@ within the "form" by name for validation.
   </div>
   <div class="col-md-6 patron-reg-example">
     [% draw_example_text('au', 'dob') %]
+    <span>Example: 09/15/1980</span>
   </div>
 </div>
 
@@ -313,6 +314,7 @@ within the "form" by name for validation.
   [% draw_form_input('au', 'ident_value') %]
   <div class="col-md-6 patron-reg-example">
     [% draw_example_text('au', 'ident_value') %]
+    <span>Example: GA-123456789</span>
   </div>
 </div>