From: <ce...@us...> - 2004-01-08 18:15:55
|
Update of /cvsroot/csseditor/htdocs/templates In directory sc8-pr-cvs1:/tmp/cvs-serv28256/templates Modified Files: preview.php Log Message: Fix back button on preview page Index: preview.php =================================================================== RCS file: /cvsroot/csseditor/htdocs/templates/preview.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** preview.php 8 Jan 2004 13:23:56 -0000 1.2 --- preview.php 8 Jan 2004 18:15:52 -0000 1.3 *************** *** 26,31 **** 'toolbar' => 1)); ?> ! <form onsubmit="history.back()"> ! <input type="submit" value="Back"/> </form> <?php print $args['html']; ?> --- 26,31 ---- 'toolbar' => 1)); ?> ! <form> ! <input type="submit" value="Back" onclick="history.back(); return false"/> </form> <?php print $args['html']; ?> |