Fix mislabelling of Cancel button as Submit
authorDan Scott <dscott@laurentian.ca>
Tue, 13 Sep 2011 02:51:23 +0000 (22:51 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 13 Sep 2011 02:51:23 +0000 (22:51 -0400)
As funny as it was to give people two options: Submit, or Submit, one
could imagine that it would be confusing. Also, remove the alt / title
attributes now that we're using meaningful markup that stands on its
own.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/myopac/holds/edit.tt2

index 97525bb..256b385 100644 (file)
                         <td colspan="2" class="hold-editor-controls">
                             <input type="submit"
                                 value="[% l('Submit') %]"
-                                alt="[% l('Submit') %]"
-                                title="[% l('Submit') %]"
                                 class="opac-button" />
                             <input type="reset"
-                                value="[% l('Submit') %]"
-                                alt="[% l('Cancel') %]"
-                                title="[% l('Cancel') %]"
+                                value="[% l('Cancel') %]"
                                 class="opac-button" />
                         </td>
                     </tr>