aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-01 22:26:25 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-01 22:26:25 +0000
commita60b34f624544fff2b85678c4773a73193598388 (patch)
treec83bab12b939daad828963a793beb43dc4a27c29 /templates
parenta217399d237bda9bdb1e3a2ca2d8897b84acacff (diff)
downloadphpicalendar-a60b34f624544fff2b85678c4773a73193598388.tar.gz
phpicalendar-a60b34f624544fff2b85678c4773a73193598388.tar.bz2
phpicalendar-a60b34f624544fff2b85678c4773a73193598388.zip
Continued work on admin functions. Needs testing.
Diffstat (limited to 'templates')
-rw-r--r--templates/default/admin.tpl17
1 files changed, 7 insertions, 10 deletions
diff --git a/templates/default/admin.tpl b/templates/default/admin.tpl
index ae79330..2bf9b61 100644
--- a/templates/default/admin.tpl
+++ b/templates/default/admin.tpl
@@ -28,7 +28,7 @@
<tr>
<td align="right">
<!-- switch logged_in2 on -->
- <a href="admin.php?action=logout\">{L_LOGOUT}</a>&nbsp;
+ <a href="admin.php?action=logout">{L_LOGOUT}</a>&nbsp;
<!-- switch logged_in2 off -->
</td>
</tr>
@@ -38,13 +38,12 @@
<tr>
<td width="2%"></td>
<td width="98%" valign="top" align="left">
-
<!-- switch login_error on -->
- <font color="red">{L_INVALID_LOGIN}</font>
+ <font color="red">{L_INVALID_LOGIN}</font><br /><br />
<!-- switch login_error off -->
<!-- switch display_login on -->
- <form action="admin.php" method="post">
+ <form action="admin.php?action=login" method="post">
<table cellspacing="0" cellpadding="0">
<tr>
<td nowrap>{L_USERNAME}: </td>
@@ -58,21 +57,19 @@
<td>&nbsp;</td>
<td align="left"><input type="submit" value="{L_LOGIN}"></td>
</tr>
+ <!--
<tr>
<td align="center" colspan="3">{LOGIN_ERROR}&nbsp;</td>
</tr>
+ -->
</table>
</form>
<!-- switch display_login off -->
<!-- switch logged_in on -->
-
- <!-- switch action_message on -->
- <font color="green">{L_CAL_FILE} {FILENUMBER}: {ACTION_MSG}</font><br />
- <!-- switch action_message off -->
- <b>{L_ADDUPDATE_CAL}</b>
- <p>{L_ADDUPDATE_DESC}</p>
+ <b>{L_ADDUPDATE_CAL}</b><br />
+ {L_ADDUPDATE_DESC}<br /><br />
<form action="admin.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="action" value="addupdate">
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="G10B">

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