aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_topic.html
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-15 22:53:21 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:26 +0200
commit5197be9ba5d98a7d8a66698a5873b3e0305c72a4 (patch)
tree81a43b3784f7bd9efa0adcba104207bd7fe2ffee /phpBB/styles/prosilver/template/mcp_topic.html
parentc4fd2b837e2d3a5e121115fbc4c613be9e0101f6 (diff)
downloadforums-5197be9ba5d98a7d8a66698a5873b3e0305c72a4.tar
forums-5197be9ba5d98a7d8a66698a5873b3e0305c72a4.tar.gz
forums-5197be9ba5d98a7d8a66698a5873b3e0305c72a4.tar.bz2
forums-5197be9ba5d98a7d8a66698a5873b3e0305c72a4.tar.xz
forums-5197be9ba5d98a7d8a66698a5873b3e0305c72a4.zip
[ticket/12769] Swap icons in mcp
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_topic.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html
index 5a6922858a..786d7bf128 100644
--- a/phpBB/styles/prosilver/template/mcp_topic.html
+++ b/phpBB/styles/prosilver/template/mcp_topic.html
@@ -100,8 +100,8 @@
<div class="postbody" id="pr{postrow.POST_ID}">
<ul class="post-buttons">
<li>
- <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button info-icon">
- <span>{L_POST_DETAILS}</span>
+ <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button">
+ <i class="icon fa-info fa-fw"></i><span>{L_POST_DETAILS}</span>
</a>
</li>
<li>
@@ -112,8 +112,11 @@
</ul>
<h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3>
- <p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p>
-
+ <p class="author">
+ <a href="#pr{postrow.POST_ID}" title="{postrow.MINI_POST}">
+ <i class="icon fa-file fa-fw icon-lightgray icon-tiny"></i><span class="sr-only">{postrow.MINI_POST}</span>
+ </a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF -->
+ </p>
<!-- IF postrow.S_POST_UNAPPROVED -->
<p class="post-notice unapproved">
<a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a>