This commit is contained in:
toyomoyo 2006-03-15 09:14:38 +00:00
parent fd40fbb2bd
commit aebb940968

View File

@ -8,8 +8,8 @@
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="<?php print_string("savechanges") ?>" />
<input type="button" value="<?php print_string('cancel') ?>" onclick="javascript:history.go(-1)" /></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>