From 1a1d5f7307fdb6f4bbb9b947629a82e544b8c5d4 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 13:10:11 +0300 Subject: [PATCH] [ticket/11552] Change order of postbody and postprofile PHPBB3-11552 --- .../prosilver/template/search_results.html | 10 +- .../template/ucp_pm_viewmessage.html | 64 ++++++------- .../prosilver/template/viewtopic_body.html | 92 +++++++++---------- phpBB/styles/prosilver/theme/content.css | 1 - 4 files changed, 83 insertions(+), 84 deletions(-) diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 7603cf4db8..018820f3ea 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -120,11 +120,6 @@ {searchresults.L_IGNORE_POST} -
-

{searchresults.POST_SUBJECT}

-
{searchresults.MESSAGE}
-
-
{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}
{searchresults.POST_DATE}
@@ -134,6 +129,11 @@
{L_REPLIES}{L_COLON} {searchresults.TOPIC_REPLIES}
{L_VIEWS}{L_COLON} {searchresults.TOPIC_VIEWS}
+ +
+

{searchresults.POST_SUBJECT}

+
{searchresults.MESSAGE}
+
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 50e76f5b75..cda077e5f8 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -17,6 +17,38 @@
+
+
{AUTHOR_AVATAR}
{MESSAGE_AUTHOR_FULL}
+
{RANK_TITLE}
+
{RANK_IMG}
+
 
+
{L_POSTS}{L_COLON} {AUTHOR_POSTS}
+
{L_JOINED}{L_COLON} {AUTHOR_JOINED}
+
{L_LOCATION}{L_COLON} {AUTHOR_FROM}
+ + + +
{custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
+ + + + + +
+ +
+ +
+
@@ -76,38 +108,6 @@
-
-
{AUTHOR_AVATAR}
{MESSAGE_AUTHOR_FULL}
-
{RANK_TITLE}
-
{RANK_IMG}
-
 
-
{L_POSTS}{L_COLON} {AUTHOR_POSTS}
-
{L_JOINED}{L_COLON} {AUTHOR_JOINED}
-
{L_LOCATION}{L_COLON} {AUTHOR_FROM}
- - - -
{custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
- - - - - -
- -
- -
-
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index e678ea8f8c..43be236170 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -116,6 +116,52 @@
+
style="display: none;"> +
+ + {postrow.POSTER_AVATAR}{postrow.POSTER_AVATAR}
+ + {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL} +
+ +
{postrow.RANK_TITLE}
{postrow.RANK_IMG}
+ +
 
+ +
{L_POSTS}{L_COLON} {postrow.POSTER_POSTS}
+
{L_JOINED}{L_COLON} {postrow.POSTER_JOINED}
+
{L_LOCATION}{L_COLON} {postrow.POSTER_FROM}
+ + + +
{postrow.PROFILE_FIELD1_NAME}{L_COLON} {postrow.PROFILE_FIELD1_VALUE}
+ + + + +
{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON} {postrow.custom_fields.PROFILE_FIELD_VALUE}
+ + + + + +
+ +
+ + + +
+
@@ -220,52 +266,6 @@
-
style="display: none;"> -
- - {postrow.POSTER_AVATAR}{postrow.POSTER_AVATAR}
- - {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL} -
- -
{postrow.RANK_TITLE}
{postrow.RANK_IMG}
- -
 
- -
{L_POSTS}{L_COLON} {postrow.POSTER_POSTS}
-
{L_JOINED}{L_COLON} {postrow.POSTER_JOINED}
-
{L_LOCATION}{L_COLON} {postrow.POSTER_FROM}
- - - -
{postrow.PROFILE_FIELD1_NAME}{L_COLON} {postrow.PROFILE_FIELD1_VALUE}
- - - - -
{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON} {postrow.custom_fields.PROFILE_FIELD_VALUE}
- - - - - -
- -
- - - -
-
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 409b2584a2..5c8217fba9 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -228,7 +228,6 @@ div[class].topic-actions { line-height: 1.48em; width: 76%; float: left; - clear: both; } .postbody .ignore {