From d446461135408d515cf29676b70a27d1a2a169e0 Mon Sep 17 00:00:00 2001 From: danij Date: Mon, 21 Apr 2014 01:38:29 +0100 Subject: [PATCH] Homepage|Forums: Reordered columns in forum/search listings (consistency) --- web/forums/skin/template/forumlist_body.html | 8 ++++---- web/forums/skin/template/search_results.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/forums/skin/template/forumlist_body.html b/web/forums/skin/template/forumlist_body.html index 37482c943c..d48a163e7c 100644 --- a/web/forums/skin/template/forumlist_body.html +++ b/web/forums/skin/template/forumlist_body.html @@ -9,8 +9,8 @@

{forumrow.FORUM_NAME}Subforums

{L_LAST_POST}
-
{L_TOPICS}
{L_POSTS}
+
{L_TOPICS}
@@ -42,10 +42,10 @@

{forumrow.FORUM_NAME}{LAST_POST_IMG} {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}{L_NO_POSTS} -
topics.
-
{forumrow.TOPICS}
-
posts,
+
posts.
{forumrow.POSTS}
+
topics,
+
{forumrow.TOPICS}
diff --git a/web/forums/skin/template/search_results.html b/web/forums/skin/template/search_results.html index ad6bb7cfb2..252722d864 100644 --- a/web/forums/skin/template/search_results.html +++ b/web/forums/skin/template/search_results.html @@ -50,8 +50,8 @@

{SEARCH_TITLE} ({TOTAL_MATCHES}){SEARCH

{L_IGNORED_TERMS}: {IGNORED_WORDS}

{L_LAST_POST}
-
{L_VIEWS}
{L_REPLIES}
+
{L_VIEWS}
@@ -80,10 +80,10 @@

{LAST_POST_IMG} {L_LAST_POST} {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} -
views.
-
{searchresults.TOPIC_VIEWS}
-
replies,
+
replies.
{searchresults.TOPIC_REPLIES}
+
views,
+
{searchresults.TOPIC_VIEWS}