[open-ils-commits] [GIT] Evergreen ILS branch master updated. c63d3edba42b2dfcecc96a1c5bff5a0564978083

Evergreen Git git at git.evergreen-ils.org
Fri Mar 15 13:32:01 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  c63d3edba42b2dfcecc96a1c5bff5a0564978083 (commit)
      from  a83df5852ae1cf48f6f7804e8d319b4767d2880e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c63d3edba42b2dfcecc96a1c5bff5a0564978083
Author: Melissa Lefebvre <mlefebvre at biblio.org>
Date:   Mon Feb 25 10:42:15 2013 -0500

    TPAC - Account preferences headings
    
    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 at biblio.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/templates/opac/myopac/update_email.tt2 b/Open-ILS/src/templates/opac/myopac/update_email.tt2
index 4be2ffe..d3f5626 100644
--- a/Open-ILS/src/templates/opac/myopac/update_email.tt2
+++ b/Open-ILS/src/templates/opac/myopac/update_email.tt2
@@ -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 %]
diff --git a/Open-ILS/src/templates/opac/myopac/update_password.tt2 b/Open-ILS/src/templates/opac/myopac/update_password.tt2
index 8655faa..d9a427d 100644
--- a/Open-ILS/src/templates/opac/myopac/update_password.tt2
+++ b/Open-ILS/src/templates/opac/myopac/update_password.tt2
@@ -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 %]
diff --git a/Open-ILS/src/templates/opac/myopac/update_username.tt2 b/Open-ILS/src/templates/opac/myopac/update_username.tt2
index 3dbb908..a7c592e 100644
--- a/Open-ILS/src/templates/opac/myopac/update_username.tt2
+++ b/Open-ILS/src/templates/opac/myopac/update_username.tt2
@@ -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 %]

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/opac/myopac/update_email.tt2     |    4 ++++
 .../src/templates/opac/myopac/update_password.tt2  |    4 ++++
 .../src/templates/opac/myopac/update_username.tt2  |    4 ++++
 3 files changed, 12 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list