]> git.mjollnir.org Git - moodle.git/commitdiff
added cancel button for preference
authortoyomoyo <toyomoyo>
Wed, 15 Mar 2006 09:13:34 +0000 (09:13 +0000)
committertoyomoyo <toyomoyo>
Wed, 15 Mar 2006 09:13:34 +0000 (09:13 +0000)
blog/preferences.html

index da0323c7edab846148b9279bdf726ac3b43a95b9..f89936542924eb0d26c5dcd6a043694696a3ebb2 100755 (executable)
@@ -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>