aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_whois.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_whois.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_whois.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_whois.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_whois.html b/phpBB/styles/prosilver/template/mcp_whois.html
index 41a825458d..bb11e86b2d 100644
--- a/phpBB/styles/prosilver/template/mcp_whois.html
+++ b/phpBB/styles/prosilver/template/mcp_whois.html
@@ -3,13 +3,19 @@
<div class="panel">
<div class="inner">
-
- <p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
+ <p>
+ <a href="{U_RETURN_POST}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black"></i><span>{L_RETURN_POST}</span>
+ </a>
+ </p>
<div class="postbody"><div class="content">
<pre>{WHOIS}</pre>
</div></div>
- <p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p>
-
+ <p>
+ <a href="{U_RETURN_POST}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black"></i><span>{L_RETURN_POST}</span>
+ </a>
+ </p>
</div>
</div>