diff options
| author | Nils Adermann <naderman@naderman.de> | 2009-07-22 15:47:00 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2009-07-22 15:47:00 +0000 |
| commit | 03d7465d0874501b3784a56d2a4c998084789561 (patch) | |
| tree | 101bc95eec4df01801d1d588ca336a3e8952cfd3 /phpBB/styles/prosilver/template/mcp_reports.html | |
| parent | a2f70721963677a1b241a1cf6bbcbb0c6e90d5d4 (diff) | |
| download | forums-03d7465d0874501b3784a56d2a4c998084789561.tar forums-03d7465d0874501b3784a56d2a4c998084789561.tar.gz forums-03d7465d0874501b3784a56d2a4c998084789561.tar.bz2 forums-03d7465d0874501b3784a56d2a4c998084789561.tar.xz forums-03d7465d0874501b3784a56d2a4c998084789561.zip | |
use « instead of ON string
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9833 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_reports.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_reports.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html index 13a60a1e0b..649154deb4 100644 --- a/phpBB/styles/prosilver/template/mcp_reports.html +++ b/phpBB/styles/prosilver/template/mcp_reports.html @@ -45,7 +45,7 @@ <span>{L_MESSAGE_TO} {postrow.RECIPIENTS}</span> </dt> <dd class="moderation"> - <span>{postrow.REPORTER_FULL} {L_REPORTED_ON_DATE} {postrow.REPORT_TIME}</span> + <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}</span> </dd> <!-- ELSE --> <dt> @@ -53,7 +53,7 @@ <span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span> </dt> <dd class="moderation"> - <span>{postrow.REPORTER_FULL} {L_REPORTED_ON_DATE} {postrow.REPORT_TIME}<br /> + <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br /> {L_FORUM}: <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a></span> </dd> <!-- ENDIF --> |
