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

Evergreen Git git at git.evergreen-ils.org
Tue Mar 20 13:34:12 EDT 2012


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  02b24c9f6ff9c1643f6cdd4d50164482a58277a4 (commit)
      from  035507338bc0a13d04d14ef9874e6a6ee977e30e (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 02b24c9f6ff9c1643f6cdd4d50164482a58277a4
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Fri Mar 9 14:31:17 2012 -0500

    Password Reset Submit buttons should look like other OPAC buttons
    
    This branch stylizes the submit buttons on the Password Reset form
    in TTPAC so they match the other types of OPAC buttons throughout
    the catalog.
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/templates/opac/password_reset.tt2 b/Open-ILS/src/templates/opac/password_reset.tt2
index beccb2a..62c65ab 100644
--- a/Open-ILS/src/templates/opac/password_reset.tt2
+++ b/Open-ILS/src/templates/opac/password_reset.tt2
@@ -41,7 +41,7 @@
                     </tr>
                     <tr>
                         <td>
-                            <button name="submit" id="submitButton" type="submit">[% l('Submit') %]</button>
+                            <button class="opac_button" name="submit" class="opac-button" id="submitButton" type="submit">[% l('Submit') %]</button>
                         </td>
                     </tr>
                 </table>
@@ -63,7 +63,7 @@
             [% IF ctx.get_org_setting(ctx.physical_loc || ctx.aou_tree.id, 'circ.password_reset_request_requires_matching_email') %]
             <label for="email">[% l('Email address associated with the account:') %] </label><input type="text" name="email"/></br>
             [% END %]
-            <button name="submit" id="submitButton" type="submit">[% l('Submit') %]</button>
+            <button name="submit" id="submitButton" class="opac-button" type="submit">[% l('Submit') %]</button>
         </form>
         [% END %]
     </div>

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

Summary of changes:
 Open-ILS/src/templates/opac/password_reset.tt2 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list