1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14193]Fix posting buttons

PHPBB3-14193
This commit is contained in:
Michael Miday
2015-10-03 05:15:16 +02:00
parent 8451272d69
commit 6b7fa249f1
17 changed files with 104 additions and 76 deletions

View File

@@ -100,7 +100,7 @@
<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">
<a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only">
<i class="icon fa-info fa-fw"></i><span class="sr-only">{L_POST_DETAILS}</span>
</a>
</li>