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