TPAC - Account preferences headings
authorMelissa Lefebvre <mlefebvre@biblio.org>
Mon, 25 Feb 2013 15:42:15 +0000 (10:42 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 15 Mar 2013 17:31:09 +0000 (13:31 -0400)
Currently, all tabs in My Account show a heading once clicked(Items Checked
Out shows "Current Items Checked Out" heading when clicked); however,
under the Account Preferences for a change of username, password, and
email address no headings appear.

Div classes were added to update_password.tt2, update_username.tt2, and
update_email.tt2 for consistancy in the My Account area.

Signed-off-by: Melissa Lefebvre <mlefebvre@biblio.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/opac/myopac/update_email.tt2
Open-ILS/src/templates/opac/myopac/update_password.tt2
Open-ILS/src/templates/opac/myopac/update_username.tt2

index 4be2ffe..d3f5626 100644 (file)
@@ -4,6 +4,10 @@
     myopac_page = "prefs"  %]
 <div id='myopac_summary_div' style="padding:0px;">
 
+    <div class="header_middle">
+       <span class="float-left">[% l('Update Email') %]</span>
+    </div>
+       
 [% IF ctx.invalid_email %]
     <div id='account-update-email-error'>
         [% bad_email = ctx.invalid_email | html %]
index 8655faa..d9a427d 100644 (file)
@@ -5,6 +5,10 @@
 
 <div id='myopac_summary_div' style="padding:0px;">
 
+    <div class="header_middle">
+        <span class="float-left">[% l('Update Password') %]</span>
+    </div>
+       
 [% IF ctx.password_invalid %]
     <div id='account-update-email-error'> <!-- borrow css from update-email page -->
         [% |l %] New password is invalid.  Please try a different password.  [% END %]
index 3dbb908..a7c592e 100644 (file)
@@ -4,6 +4,10 @@
     myopac_page = "prefs"  %]
 <div id='myopac_summary_div' style="padding:0px;">
 
+    <div class="header_middle">
+        <span class="float-left">[% l('Update Username') %]</span>
+    </div>
+       
 [% IF ctx.invalid_username %]
     <div id='account-update-email-error'> <!-- borrow css from update-email page -->
         [% bad_user = ctx.invalid_username | html %]