Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
<div class="input_bg">
<input type='text' id="username_field" name="username" autofocus />
</div>
- <div class="lbl2">[% l('Please include leading zeros.') %]</div>
- <div class="lbl2">[% l('Example: 0026626051') %]</div>
+ [% INCLUDE "opac/parts/login/username_hint.tt2" %]
</div>
<div class='float-left'>
<label for="password_field" class="lbl1" >[% l('PIN Number or Password') %]</label>
--- /dev/null
+<div class="lbl2">
+[% l('Please include leading zeros.') %]
+</div>
+<div class="lbl2">
+[% l('Example: 0026626051') %]
+</div>
--- /dev/null
+Username Login Hint
+^^^^^^^^^^^^^^^^^^^
+To make customization easier, the username hint on the OPAC login page ("Please
+include leading zeros...") has been moved to a separate TT2 template. If you
+have customized the hint text, you will need to add your modifications to
+username_hint.tt2.