From: <cl...@us...> - 2004-05-24 01:39:52
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12243/templates/default Modified Files: admin.tpl Log Message: Start of admin wiring. Removed unneeded things from print. Index: admin.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/admin.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** admin.tpl 19 May 2004 18:26:10 -0000 1.8 --- admin.tpl 24 May 2004 01:39:43 -0000 1.9 *************** *** 28,34 **** <tr> <td align="right"> ! <!-- switch logged_in on --> <a href="admin.php?action=logout\">{L_LOGOUT}</a> ! <!-- switch logged_in off --> </td> </tr> --- 28,34 ---- <tr> <td align="right"> ! <!-- switch logged_in2 on --> <a href="admin.php?action=logout\">{L_LOGOUT}</a> ! <!-- switch logged_in2 off --> </td> </tr> *************** *** 109,113 **** <b>{L_DELETE_CAL}</b> <form action="admin.php" method="post"> ! {DELETE_TABLE} <input type="hidden" name="action" value="delete"> <p><input type="submit" value="{L_DELETE}"></p> --- 109,115 ---- <b>{L_DELETE_CAL}</b> <form action="admin.php" method="post"> ! <table width="100%" border="0" cellspacing="0" cellpadding="2" class="G10B"> ! {DELETE_TABLE} ! </table> <input type="hidden" name="action" value="delete"> <p><input type="submit" value="{L_DELETE}"></p> |