[open-ils-commits] r16921 - branches/rel_1_6_1/Open-ILS/src/templates/password-reset (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jul 13 15:27:24 EDT 2010


Author: dbs
Date: 2010-07-13 15:27:19 -0400 (Tue, 13 Jul 2010)
New Revision: 16921

Modified:
   branches/rel_1_6_1/Open-ILS/src/templates/password-reset/reset-form.tt2
Log:
Backport the submit button from trunk. It's hard to submit a form without this.


Modified: branches/rel_1_6_1/Open-ILS/src/templates/password-reset/reset-form.tt2
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/templates/password-reset/reset-form.tt2	2010-07-13 19:22:07 UTC (rev 16920)
+++ branches/rel_1_6_1/Open-ILS/src/templates/password-reset/reset-form.tt2	2010-07-13 19:27:19 UTC (rev 16921)
@@ -9,6 +9,7 @@
     <div>
         <label for="pwd1">[% password_prompt %] </label><input type="password" name="pwd1"/></br>
         <label for="pwd2">[% password_prompt2 %]  </label><input type="password" name="pwd2"/></br>
+        <button name="submit" id="submitButton" type="submit">[% i18n.BUTTON_SUBMIT %]</button>
     </div>
 </form>
 </body>



More information about the open-ils-commits mailing list