RFE #723124 (reset button)

This commit is contained in:
Garvin Hicking
2003-05-14 11:55:16 +00:00
parent dea710c286
commit 11d98ed258
2 changed files with 3 additions and 1 deletions

View File

@@ -731,8 +731,9 @@ $checked = !empty($disp_message) ? ' checked="checked"' : '';
</tr>
<tr>
<td colspan="3" align="center" valign="middle">
<td colspan="3" align="right" valign="middle">
<input type="submit" value="<?php echo $strGo; ?>" tabindex="<?php echo ((3 * $fields_cnt) + 5); ?>" />
<input type="reset" value="<?php echo $strReset; ?>" tabindex="<?php echo ((3 * $fields_cnt) + 6); ?>" />
</td>
</tr>
</table>