From e9de4a0583a72f50d9c5deeb019f94a5290c6fcf Mon Sep 17 00:00:00 2001 From: Ben Shum <bshum@biblio.org> Date: Tue, 17 Sep 2013 18:36:04 -0400 Subject: [PATCH] Remove extra div layer around password hint include Signed-off-by: Ben Shum <bshum@biblio.org> Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com> Signed-off-by: Dan Wells <dbw2@calvin.edu> --- Open-ILS/src/templates/opac/parts/login/form.tt2 | 2 +- Open-ILS/src/templates/opac/parts/login/password_hint.tt2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index 88a4eb883d..2861fa0fe3 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -30,7 +30,7 @@ <div class="input_bg"> <input id="password_field" name="password" type="password" /> </div> - <div>[% INCLUDE "opac/parts/login/password_hint.tt2" %]</div> + [% INCLUDE "opac/parts/login/password_hint.tt2" %] [% IF reset_password %] <a style="font-size: 80%" href='[% mkurl(ctx.opac_root _ '/password_reset', {}, 1) %]'>[% l('Forgot your password?') %]</a> [% END %] diff --git a/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 b/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 index 920ae2ee84..e820317264 100644 --- a/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/password_hint.tt2 @@ -1,3 +1,3 @@ -<span class="lbl2"> +<div class="lbl2"> [%- l('If this is your first time logging in, please enter the last 4 digits of your phone number. Example: 0926'); %] -</span> +</div> -- 2.11.0