[Openfirst-cvscommit] logger reset.php,1.5,1.6
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-13 15:38:31
|
Update of /cvsroot/openfirst/logger In directory sc8-pr-cvs1:/tmp/cvs-serv20924/logger Modified Files: reset.php Log Message: Minor bug and design changes. Index: reset.php =================================================================== RCS file: /cvsroot/openfirst/logger/reset.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** reset.php 23 Aug 2003 20:30:12 -0000 1.5 --- reset.php 13 Sep 2003 15:38:26 -0000 1.6 *************** *** 42,50 **** <h1>View Log Information</h1> <form action="reset.php" method="POST"> ! <p>Are you sure that you want to reset the entire logger system?<br /> <input name="confirm" type="submit" id="confirm" value="Delete all Entries"> </p> </form> <?php include("$footer"); ! ?> \ No newline at end of file --- 42,52 ---- <h1>View Log Information</h1> <form action="reset.php" method="POST"> ! <p>Are you sure that you want to reset the entire logger system?<br> ! <br /> <input name="confirm" type="submit" id="confirm" value="Delete all Entries"> </p> </form> + <br> <?php include("$footer"); ! ?> |