aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-03 09:21:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-03 09:21:33 +0000
commit0525406c3b71654b33928932903360a9a3e2d6ff (patch)
treed90043613a20c58a9d061ffdf0ce2175fa32567b /phpBB
parent491ae83539afcc6013afb9848ea29f0d5ab8e9af (diff)
downloadforums-0525406c3b71654b33928932903360a9a3e2d6ff.tar
forums-0525406c3b71654b33928932903360a9a3e2d6ff.tar.gz
forums-0525406c3b71654b33928932903360a9a3e2d6ff.tar.bz2
forums-0525406c3b71654b33928932903360a9a3e2d6ff.tar.xz
forums-0525406c3b71654b33928932903360a9a3e2d6ff.zip
show links to topic/log/forum...
git-svn-id: file:///svn/phpbb/trunk@5599 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/acp_logs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html
index 4603561d28..c8eaca893c 100644
--- a/phpBB/adm/style/acp_logs.html
+++ b/phpBB/adm/style/acp_logs.html
@@ -41,7 +41,7 @@
<td>{log.USERNAME}</td>
<td style="text-align: center;">{log.IP}</td>
<td style="text-align: center;">{log.DATE}</td>
- <td>{log.ACTION}</td>
+ <td>{log.ACTION}<!-- IF log.DATA --><br />{log.DATA}</span><!-- ENDIF --></td>
<td style="text-align: center;"><input type="checkbox" name="mark[]" value="{log.ID}" /></td>
</tr>
<!-- END log -->