diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-13 00:45:36 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-03-13 00:45:36 +0000 |
commit | 902beb10ef1224d985bcb20334cab1132a689f3b (patch) | |
tree | 7ed82beb25a4f7fcef8efb5599b59703a502d7c9 /phpBB/templates/subSilver | |
parent | 78d872e530b2dcc27f51ec53fd3f4db3ac00992a (diff) | |
download | forums-902beb10ef1224d985bcb20334cab1132a689f3b.tar forums-902beb10ef1224d985bcb20334cab1132a689f3b.tar.gz forums-902beb10ef1224d985bcb20334cab1132a689f3b.tar.bz2 forums-902beb10ef1224d985bcb20334cab1132a689f3b.tar.xz forums-902beb10ef1224d985bcb20334cab1132a689f3b.zip |
Slightly altered layout of reported/unapproved indicators
git-svn-id: file:///svn/phpbb/trunk@3642 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 2a7946b2af..e18c1bcb21 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -108,8 +108,8 @@ <!-- IF postrow.S_POST_UNAPPROVED --> <tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="left" valign="middle"> - <td><a href="{postrow.U_MCP_POST_DETAILS}">{UNAPPROVED_IMG}</a></td> - <td class="gensmall" width="100%"> {L_POST_NOT_BEEN_APPROVED} <a href="{postrow.U_MCP_APPROVE}">{L_APPROVE_POST}</a></td> + <td>{UNAPPROVED_IMG}</td> + <td class="gensmall" width="100%"> {L_POST_NOT_BEEN_APPROVED} [ <a href="{postrow.U_MCP_APPROVE}">{L_APPROVE_POST}</a> ]</td> </tr> </table></td></tr> <tr> @@ -119,8 +119,8 @@ <!-- IF postrow.S_POST_REPORTED --> <tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="left" valign="middle"> - <td><a href="{postrow.U_MCP_REPORT}">{REPORTED_IMG}</a></td> - <td class="gensmall" width="100%"> <a href="{postrow.U_MCP_REPORT}">{L_POST_BEEN_REPORTED}</a></td> + <td>{REPORTED_IMG}</td> + <td class="gensmall" width="100%"> {L_POST_BEEN_REPORTED} [ <a href="{postrow.U_MCP_REPORT}">{L_READ_REPORTS}</a> ]</td> </tr> </table></td></tr> <tr> |