Password Reset Submit buttons should look like other OPAC buttons
authorMichael Peters <mrpeters@library.in.gov>
Fri, 9 Mar 2012 19:31:17 +0000 (14:31 -0500)
committerMike Rylander <mrylander@gmail.com>
Tue, 20 Mar 2012 17:39:55 +0000 (13:39 -0400)
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@library.in.gov>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/password_reset.tt2

index beccb2a..62c65ab 100644 (file)
@@ -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>