From 9d19bef3c1073616fbb293475dea65c4139c6000 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Fri, 4 Apr 2003 00:57:39 +0000 Subject: [PATCH] I... erm... kinda forgot to add this one git-svn-id: file:///svn/phpbb/trunk@3789 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/mcp_viewlogs.html | 48 +++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 phpBB/templates/subSilver/mcp_viewlogs.html diff --git a/phpBB/templates/subSilver/mcp_viewlogs.html b/phpBB/templates/subSilver/mcp_viewlogs.html new file mode 100644 index 0000000000..9a4e214a63 --- /dev/null +++ b/phpBB/templates/subSilver/mcp_viewlogs.html @@ -0,0 +1,48 @@ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_DISPLAY_OPTIONS}
{L_DISPLAY_LOG}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
{L_USERNAME}{L_IP}{L_TIME}{L_ACTION}
{L_LOGS_CURRENT_TOPIC} {TOPIC_NAME}
{log.USERNAME}{log.IP}{log.TIME}{log.ACTION}{L_VIEW_TOPIC} | {L_VIEW_TOPIC_LOGS}
{L_NO_ENTRIES}
+ + + + + + +
{PAGINATION}
+
+ + \ No newline at end of file