added cancel button for preference

This commit is contained in:
toyomoyo
2006-03-15 09:13:34 +00:00
parent 20fc0f2655
commit fd40fbb2bd
+2 -1
View File
@@ -8,7 +8,8 @@
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="<?php print_string("savechanges") ?>" /></td>
<input type="submit" value="<?php print_string("savechanges") ?>" />
<input type="button" value="<?php print_string('cancel') ?>" onclick="javascript:history.go(-1)" /></td>
</tr>
</table>
</form>