From 5197be9ba5d98a7d8a66698a5873b3e0305c72a4 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 15 Sep 2015 22:53:21 +0200 Subject: [PATCH] [ticket/12769] Swap icons in mcp --- .../styles/prosilver/template/mcp_forum.html | 25 +++++++++++++------ phpBB/styles/prosilver/template/mcp_post.html | 8 +++--- .../prosilver/template/mcp_reports.html | 4 +-- .../styles/prosilver/template/mcp_topic.html | 11 +++++--- .../styles/prosilver/template/mcp_whois.html | 14 ++++++++--- 5 files changed, 41 insertions(+), 21 deletions(-) diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index b7e08c5860..0537822ec9 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -45,14 +45,26 @@ {topicrow.TOPIC_TITLE} - {topicrow.UNAPPROVED_IMG} - {topicrow.DELETED_IMG} - {REPORTED_IMG} + + + {TOPIC_UNAPPROVED} + + + + + {TOPIC_DELETED} + + + + + {TOPIC_REPORTED} + +  [ {L_DELETE_SHADOW_TOPIC} ]
@@ -73,15 +85,14 @@
- {topicrow.ATTACH_ICON_IMG} + {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
{topicrow.REPLIES} {L_REPLIES}
-
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
{topicrow.LAST_POST_TIME}
-
+
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
{topicrow.LAST_POST_TIME}
checked="checked" />  diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index 0354cdd3ca..e1e4ff4732 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -58,8 +58,8 @@
  • - - {L_EDIT_POST} + + {L_EDIT_POST}
  • @@ -73,7 +73,7 @@
    {L_BCC}{L_COLON} {bcc_recipient.NAME_FULL}{bcc_recipient.NAME} 

    -

    {MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}

    +

    {MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}

    @@ -102,7 +102,7 @@

    - {REPORTED_IMG} {L_MESSAGE_REPORTED} + {TOPIC_REPORTED} {L_MESSAGE_REPORTED}

    diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html index 24c0479f63..84159803ea 100644 --- a/phpBB/styles/prosilver/template/mcp_reports.html +++ b/phpBB/styles/prosilver/template/mcp_reports.html @@ -46,7 +46,7 @@
    - {postrow.PM_SUBJECT} {postrow.ATTACH_ICON_IMG}
    + {postrow.PM_SUBJECT}
    {L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}
    {L_MESSAGE_TO} {postrow.RECIPIENTS}
    - {postrow.POST_SUBJECT} {postrow.ATTACH_ICON_IMG}
    + {postrow.POST_SUBJECT}
    {L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}