From 6a2b13632de1ab39cdd126785a4aa2057fa9d6ab Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 27 Aug 2011 00:25:38 +0200 Subject: [ticket/10344] Add attachment icons to list of reported and queued posts/topics PHPBB3-10344 --- phpBB/styles/subsilver2/template/mcp_queue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2/template/mcp_queue.html') 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 @@ -

{postrow.POST_SUBJECT}

+

{postrow.ATTACH_ICON_IMG} {postrow.POST_SUBJECT}

{L_FORUM}: {postrow.FORUM_NAME}{postrow.FORUM_NAME} {postrow.POST_AUTHOR_FULL}
[ {L_VIEW_DETAILS} ] -- cgit v1.2.1