From 723d4c562811b928528d6ff5b52069df36659b8f Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Wed, 24 Jun 2009 02:51:19 +0000 Subject: Fixed Bug #39845 - [Change] "Post details" links with image in MCP. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9664 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/mcp_topic.html | 2 +- phpBB/styles/subsilver2/template/mcp_topic.html | 18 +++++------------- 2 files changed, 6 insertions(+), 14 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 7453c01ec1..996d8cf1a2 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -106,7 +106,7 @@ onload_functions.push('subPanels()');
-
{L_POST_DETAILS} | {L_SELECT}: checked="checked" />
+

{postrow.POST_SUBJECT}

{postrow.MINI_POST_IMG} {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} [ {L_POST_DETAILS} ]

diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index 2b66c8702a..4accce54d8 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -61,9 +61,7 @@ {L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}  - {L_AUTHOR} - {L_MESSAGE} - {L_SELECT} + {L_TOPIC_REVIEW}: {TOPIC_TITLE} {RETURN_TOPIC} @@ -81,19 +79,12 @@ - checked="checked" /> + {INFO_IMG} - - - - - -
[ {L_POST_DETAILS} ]
- - +
@@ -131,6 +122,7 @@
+ checked="checked" /> @@ -156,4 +148,4 @@ - \ No newline at end of file + -- cgit v1.2.1