From: Dan Scott <dscott@laurentian.ca>
Date: Tue, 13 Sep 2011 02:51:23 +0000 (-0400)
Subject: Fix mislabelling of Cancel button as Submit
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3556ce0756e19352c13e427fa0f34e4df69ea864;p=evergreen%2Fmasslnc.git

Fix mislabelling of Cancel button as Submit

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>
---

diff --git a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2 b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
index 97525bb651..256b385ffb 100644
--- a/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
+++ b/Open-ILS/src/templates/opac/myopac/holds/edit.tt2
@@ -93,13 +93,9 @@
                         <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>