From: Jeff Davis Date: Wed, 15 Nov 2017 22:36:21 +0000 (-0800) Subject: LP#1732552: Move OPAC login username hint to separate template X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fjeffdavis%2Flp1732552-login-username-hint;p=working%2FEvergreen.git LP#1732552: Move OPAC login username hint to separate template Signed-off-by: Jeff Davis --- diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index f357e8a29e..3146d5bcd6 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -22,8 +22,7 @@
-
[% l('Please include leading zeros.') %]
-
[% l('Example: 0026626051') %]
+ [% INCLUDE "opac/parts/login/username_hint.tt2" %]
diff --git a/Open-ILS/src/templates/opac/parts/login/username_hint.tt2 b/Open-ILS/src/templates/opac/parts/login/username_hint.tt2 new file mode 100644 index 0000000000..f070c81aea --- /dev/null +++ b/Open-ILS/src/templates/opac/parts/login/username_hint.tt2 @@ -0,0 +1,6 @@ +
+[% l('Please include leading zeros.') %] +
+
+[% l('Example: 0026626051') %] +