summaryrefslogtreecommitdiff
path: root/templates/admin.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin.tmpl')
-rw-r--r--templates/admin.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/admin.tmpl b/templates/admin.tmpl
index 596696e68..b8f528737 100644
--- a/templates/admin.tmpl
+++ b/templates/admin.tmpl
@@ -26,9 +26,6 @@
<P>
<FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="config-server"><INPUT TYPE="SUBMIT" VALUE="Edit Configuration File"></FORM>
- <FORM ACTION="/admin/log/access_log" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="View Access Log"></FORM>
- <FORM ACTION="/admin/log/error_log" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="View Error Log"></FORM>
- <FORM ACTION="/admin/log/page_log" METHOD="GET"><INPUT TYPE="SUBMIT" VALUE="View Page Log"></FORM>
</P>
{SETTINGS_ERROR?<P>{SETTINGS_MESSAGE}</P>