aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_reports.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-08-27 19:22:06 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-08-27 19:22:06 +0000
commit902285684d08394437650174fa9bdfe6904db85c (patch)
tree8c6efe1dcf65239dd32d5ec01d3b14932b5cfebc /phpBB/styles/subSilver/template/mcp_reports.html
parent6d583dcf6e20db10070a1e61f66291b4464f6f75 (diff)
downloadforums-902285684d08394437650174fa9bdfe6904db85c.tar
forums-902285684d08394437650174fa9bdfe6904db85c.tar.gz
forums-902285684d08394437650174fa9bdfe6904db85c.tar.bz2
forums-902285684d08394437650174fa9bdfe6904db85c.tar.xz
forums-902285684d08394437650174fa9bdfe6904db85c.zip
Some more minor style bugs fixed.
git-svn-id: file:///svn/phpbb/trunk@6319 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_reports.html')
-rw-r--r--phpBB/styles/subSilver/template/mcp_reports.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_reports.html b/phpBB/styles/subSilver/template/mcp_reports.html
index f0c1281b0b..9eaf11a6f0 100644
--- a/phpBB/styles/subSilver/template/mcp_reports.html
+++ b/phpBB/styles/subSilver/template/mcp_reports.html
@@ -23,7 +23,7 @@
<span class="gensmall"><!-- IF postrow.U_VIEWFORUM -->{L_FORUM}: <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF --></span></td>
<td style="padding: 4px;" align="left" valign="top" nowrap="nowrap"><span class="gen"><!-- IF postrow.U_VIEW_POSTER_PROFILE --><a href="{postrow.U_VIEW_POSTER_PROFILE}">{postrow.POSTER}</a><!-- ELSE -->{postrow.POSTER}<!-- ENDIF --></span><br />
<span class="gensmall">{postrow.POST_TIME}</span></td>
- <td style="padding: 4px;" align="left" valign="top" nowrap="nowrap"><span class="gen"><!-- IF postrow.U_VIEW_REPORTER_PROFILE --><a href="{postrow.U_VIEW_REPOTER_PROFILE}">{postrow.REPORTER}</a><!-- ELSE -->{postrow.REPORTER}<!-- ENDIF --></span></td>
+ <td style="padding: 4px;" align="left" valign="top" nowrap="nowrap"><span class="gen"><!-- IF postrow.U_VIEW_REPORTER_PROFILE --><a href="{postrow.U_VIEW_REPORTER_PROFILE}">{postrow.REPORTER}</a><!-- ELSE -->{postrow.REPORTER}<!-- ENDIF --></span></td>
<td style="padding: 4px;" align="left" valign="top" nowrap="nowrap"><span class="gen">{postrow.REPORT_TIME}</span><br />
<span class="gensmall">[ <a href="{postrow.U_VIEW_DETAILS}">{L_VIEW_DETAILS}</a> ]</span></td>
<td align="center"><input type="checkbox" class="radio" name="post_id_list[]" value="{postrow.POST_ID}" /></td>