diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2011-08-27 00:25:38 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2011-08-27 00:25:38 +0200 |
| commit | 6a2b13632de1ab39cdd126785a4aa2057fa9d6ab (patch) | |
| tree | 82b820acc91b37bcc9e52a2cbd540dd6fc426fac /phpBB/styles/subsilver2/template/mcp_queue.html | |
| parent | 5c2243360d00b162b0f0f1547ee3742d13fb42cb (diff) | |
| download | forums-6a2b13632de1ab39cdd126785a4aa2057fa9d6ab.tar forums-6a2b13632de1ab39cdd126785a4aa2057fa9d6ab.tar.gz forums-6a2b13632de1ab39cdd126785a4aa2057fa9d6ab.tar.bz2 forums-6a2b13632de1ab39cdd126785a4aa2057fa9d6ab.tar.xz forums-6a2b13632de1ab39cdd126785a4aa2057fa9d6ab.zip | |
[ticket/10344] Add attachment icons to list of reported and queued posts/topics
PHPBB3-10344
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_queue.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_queue.html b/phpBB/styles/subsilver2/template/mcp_queue.html index 7a35cc8044..6e39ccd272 100644 --- a/phpBB/styles/subsilver2/template/mcp_queue.html +++ b/phpBB/styles/subsilver2/template/mcp_queue.html @@ -18,7 +18,7 @@ <!-- BEGIN postrow --> <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> - <td style="padding: 4px;"><p class="topictitle"><a href="{postrow.U_VIEWPOST}">{postrow.POST_SUBJECT}</a></p> + <td style="padding: 4px;"><p class="topictitle">{postrow.ATTACH_ICON_IMG} <a href="{postrow.U_VIEWPOST}">{postrow.POST_SUBJECT}</a></p> <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="{S_CONTENT_FLOW_BEGIN}" valign="top" nowrap="nowrap"><span class="gen">{postrow.POST_AUTHOR_FULL}</span><br /> <span class="gensmall">[ <a href="{postrow.U_VIEW_DETAILS}">{L_VIEW_DETAILS}</a> ]</span></td> |
