From ee8d7b536c30ac3f88aca1cb59fdb4d81b41cf90 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 15:40:20 +0300 Subject: [ticket/11552] Responsive post PHPBB3-11552 --- phpBB/styles/prosilver/template/search_results.html | 3 +-- phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 8 ++++---- phpBB/styles/prosilver/template/viewtopic_body.html | 8 +++----- 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 018820f3ea..52163aeb0a 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -122,8 +122,7 @@
{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}
-
{searchresults.POST_DATE}
-
 
+
{searchresults.POST_DATE}
{L_FORUM}{L_COLON} {searchresults.FORUM_TITLE}
{L_TOPIC}{L_COLON} {searchresults.TOPIC_TITLE}
{L_REPLIES}{L_COLON} {searchresults.TOPIC_REPLIES}
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 0bc1e7cef8..208aeb9399 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -18,10 +18,10 @@
-
{AUTHOR_AVATAR}
{MESSAGE_AUTHOR_FULL}
-
{RANK_TITLE}
-
{RANK_IMG}
-
 
+
{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}
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 203f7bc75b..82c380354b 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -117,16 +117,14 @@
style="display: none;"> -
+
- {postrow.POSTER_AVATAR}{postrow.POSTER_AVATAR}
+ {postrow.POSTER_AVATAR}{postrow.POSTER_AVATAR} {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL}
-
{postrow.RANK_TITLE}
{postrow.RANK_IMG}
- -
 
+
{postrow.RANK_TITLE}
{postrow.RANK_IMG}
{L_POSTS}{L_COLON} {postrow.POSTER_POSTS}
{L_JOINED}{L_COLON} {postrow.POSTER_JOINED}
-- cgit v1.2.1