From c5066644bb996309d4fed402d77b43b25721df12 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 15 Sep 2015 22:49:23 +0200 Subject: [PATCH] [ticket/12769] Swap icons in forumlist_body --- .../prosilver/template/forumlist_body.html | 55 +++++++++++++------ 1 file changed, 39 insertions(+), 16 deletions(-) diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index aa5631c5de..876f8d883a 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -35,8 +35,13 @@
- - + + + {forumrow.FORUM_IMAGE} {forumrow.FORUM_NAME}
{forumrow.FORUM_DESC} @@ -47,7 +52,10 @@
{forumrow.L_SUBFORUM_STR}{L_COLON} - {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR} + + {forumrow.subforum.SUBFORUM_NAME} + + {L_COMMA_SEPARATOR} @@ -68,19 +76,34 @@
{forumrow.TOPICS} {L_TOPICS}
{forumrow.POSTS} {L_POSTS}
-
- - {UNAPPROVED_IMG} - - {UNAPPROVED_POST_IMG} - - {L_LAST_POST} - - - {forumrow.LAST_POST_SUBJECT_TRUNCATED}
- - {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} - {LAST_POST_IMG}
{forumrow.LAST_POST_TIME}{L_NO_POSTS}
 
+
+ + + + {TOPICS_UNAPPROVED} + + + + {POSTS_UNAPPROVED_FORUM} + + + + {L_LAST_POST} + + + {forumrow.LAST_POST_SUBJECT_TRUNCATED}
+ + {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} + + + {VIEW_LATEST_POST} + + +
{forumrow.LAST_POST_TIME} + + {L_NO_POSTS}
  + +