mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
Slightly altered layout of reported/unapproved indicators
git-svn-id: file:///svn/phpbb/trunk@3642 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
78d872e530
commit
902beb10ef
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user