aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2005-11-28 21:01:40 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2005-11-28 21:01:40 +0000
commitba6f40ce2542b87c7110dd9e38e4c0386b22da81 (patch)
treea50ce939593b14962190a22d7f428cdea151396c /phpBB/styles/subSilver/template/viewtopic_body.html
parent6d101df7dc3dc6f5542ccb11d626dcacbd148de6 (diff)
downloadforums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.gz
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.bz2
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.tar.xz
forums-ba6f40ce2542b87c7110dd9e38e4c0386b22da81.zip
Initial commit of user note support for the mcp
git-svn-id: file:///svn/phpbb/trunk@5314 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/subSilver/template/viewtopic_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html
index c20c8832db..7aaeb8c4e8 100644
--- a/phpBB/styles/subSilver/template/viewtopic_body.html
+++ b/phpBB/styles/subSilver/template/viewtopic_body.html
@@ -244,7 +244,7 @@
<!-- IF postrow.S_CAN_RATE -->
<td class="gensmall"><b>{L_RATE}:</b> <a style="color:green" href="{postrow.U_RATE_GOOD}">{L_RATE_GOOD}</a> / <a style="color:red" href="{postrow.U_RATE_BAD}">{L_RATE_BAD}</a></td>
<!-- ENDIF -->
- <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td>
+ <td class="gensmall" align="right"><!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td>
</tr>
</table>