From ae562738d87ef4dce7e5d863590aa4880a7269a9 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 76649b71f7..38daeed3d7 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -274,6 +274,7 @@ within the "form" by name for validation.
[% draw_example_text('au', 'dob') %] + Example: 09/15/1980
@@ -313,6 +314,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