From 1a1d5f7307fdb6f4bbb9b947629a82e544b8c5d4 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 13:10:11 +0300 Subject: [ticket/11552] Change order of postbody and postprofile PHPBB3-11552 --- .../styles/prosilver/template/viewtopic_body.html | 92 +++++++++++----------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html') 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}
- - - - - -
- -
- - - -
-
-- cgit v1.2.1