Remove extra div layer around password hint include
authorBen Shum <bshum@biblio.org>
Tue, 17 Sep 2013 22:36:04 +0000 (18:36 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:41:15 +0000 (18:41 -0400)
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
Open-ILS/src/templates/opac/parts/login/password_hint.tt2

index 88a4eb8..2861fa0 100644 (file)
@@ -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 %]
index 920ae2e..e820317 100644 (file)
@@ -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>