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>
</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>
[% 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>