From 59a04ccf90c4b18050e73ef15389ec7ddfc71dd2 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 24 Aug 2017 16:24:00 -0400 Subject: [PATCH] PINES Customization: Patron Registration Field Tips Added examples for dob and GA DL format. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index f93fbfac64..4fad668e1f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -287,6 +287,7 @@ within the "form" by name for validation.
[% draw_example_text('au', 'dob') %] + Example: 09/15/1980
@@ -326,6 +327,7 @@ within the "form" by name for validation. [% draw_form_input('au', 'ident_value') %]
[% draw_example_text('au', 'ident_value') %] + Example: GA-123456789
-- 2.11.0