PINES Customization: Patron Registration Field Tips
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 24 Aug 2017 20:24:00 +0000 (16:24 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Jun 2019 21:31:21 +0000 (17:31 -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 f61f5ee..227819f 100644 (file)
@@ -378,6 +378,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>
 
@@ -425,6 +426,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>