PINES Customization: Patron Registration Field Tips
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 24 Aug 2017 20:24:00 +0000 (16:24 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 9 Dec 2017 19:41:51 +0000 (14:41 -0500)
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 f93fbfa..4fad668 100644 (file)
@@ -287,6 +287,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>
 
@@ -326,6 +327,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>