diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
commit | 60000cec97aa54169c215df7683e76157b3bbcf7 (patch) | |
tree | fa7017f1219b5758414b2ecf24d69a2987d49eaa /phpBB/styles/prosilver/template/mcp_front.html | |
parent | - added support for Oracle's easy connect naming (diff) | |
download | phpbb-60000cec97aa54169c215df7683e76157b3bbcf7.tar.gz phpbb-60000cec97aa54169c215df7683e76157b3bbcf7.tar.bz2 phpbb-60000cec97aa54169c215df7683e76157b3bbcf7.zip |
Some fixes...
@translators: please note the split of SEND_EMAIL ;)
git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_front.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_front.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html index 722f4d59f5..71126aab01 100644 --- a/phpBB/styles/prosilver/template/mcp_front.html +++ b/phpBB/styles/prosilver/template/mcp_front.html @@ -123,7 +123,7 @@ <td>{log.ACTION}</td> <td><span>{log.USERNAME}</span></td> <td><span>{log.IP}</span></td> - <td><a href="{log.U_VIEW_TOPIC}" title="{L_VIEW_TOPIC}">{L_VIEW_TOPIC}</a></td> + <td><span><!-- IF log.U_VIEW_TOPIC --><a href="{log.U_VIEW_TOPIC}" title="{L_VIEW_TOPIC}">{L_VIEW_TOPIC}</a><!-- ENDIF --> </span></td> <td><span><!-- IF log.U_VIEWLOGS --><a href="{log.U_VIEWLOGS}">{L_VIEW_TOPIC_LOGS}</a><!-- ENDIF --> </span></td> <td><span>{log.TIME}</span></td> </tr> |