aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-24 01:39:42 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-24 01:39:42 +0000
commitc6b16ef0bf6e62ede566ffe457281f38c2cda232 (patch)
tree6d9bafe72fb925da7ef895999a18862b7bbc0c2e /templates
parente08fe020bc4643c7ea3b50b89e9c1717ec0a13aa (diff)
downloadphpicalendar-c6b16ef0bf6e62ede566ffe457281f38c2cda232.tar.gz
phpicalendar-c6b16ef0bf6e62ede566ffe457281f38c2cda232.tar.bz2
phpicalendar-c6b16ef0bf6e62ede566ffe457281f38c2cda232.zip
Start of admin wiring. Removed unneeded things from print.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/admin.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/default/admin.tpl b/templates/default/admin.tpl
index 0cf19fa..ae79330 100644
--- a/templates/default/admin.tpl
+++ b/templates/default/admin.tpl
@@ -27,9 +27,9 @@
</tr>
<tr>
<td align="right">
- <!-- switch logged_in on -->
+ <!-- switch logged_in2 on -->
<a href="admin.php?action=logout\">{L_LOGOUT}</a>&nbsp;
- <!-- switch logged_in off -->
+ <!-- switch logged_in2 off -->
</td>
</tr>
<tr>
@@ -108,7 +108,9 @@
<b>{L_DELETE_CAL}</b>
<form action="admin.php" method="post">
- {DELETE_TABLE}
+ <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>
<p>{DELETE_MSG} &nbsp;</p>

© 2014-2024 Faster IT GmbH | imprint | privacy policy