diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-15 22:53:21 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:26 +0200 |
| commit | 5197be9ba5d98a7d8a66698a5873b3e0305c72a4 (patch) | |
| tree | 81a43b3784f7bd9efa0adcba104207bd7fe2ffee /phpBB/styles/prosilver/template/mcp_post.html | |
| parent | c4fd2b837e2d3a5e121115fbc4c613be9e0101f6 (diff) | |
| download | forums-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_post.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ </li> <!-- IF U_EDIT --> <li> - <a href="{U_EDIT}" title="{L_EDIT_POST}" class="button icon-button edit-icon"> - <span>{L_EDIT_POST}</span> + <a href="{U_EDIT}" title="{L_EDIT_POST}" class="button"> + <i class="icon fa-pencil fa-fw"></i><span>{L_EDIT_POST}</span> </a> </li> <!-- ENDIF --> @@ -73,7 +73,7 @@ <!-- IF S_BCC_RECIPIENT --><br /><strong>{L_BCC}{L_COLON}</strong> <!-- BEGIN bcc_recipient --><!-- IF bcc_recipient.NAME_FULL -->{bcc_recipient.NAME_FULL}<!-- ELSE --><a href="{bcc_recipient.U_VIEW}" style="color:<!-- IF bcc_recipient.COLOUR -->{bcc_recipient.COLOUR}<!-- ELSEIF bcc_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{bcc_recipient.NAME}</a><!-- ENDIF --> <!-- END bcc_recipient --><!-- ENDIF --> </p> <!-- ELSE --> - <p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p> + <p class="author"><span><i class="icon fa-file fa-fw icon-lightgray icon-md"></i><span class="sr-only">{MINI_POST_IMG}</span></span> {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p> <!-- ENDIF --> <!-- IF S_POST_UNAPPROVED --> @@ -102,7 +102,7 @@ <!-- IF S_MESSAGE_REPORTED --> <p class="post-notice reported"> - {REPORTED_IMG} <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a> + <i class="icon fa-exclamation fa-fw icon-red"></i><span class="sr-only">{TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a> </p> <!-- ENDIF --> |
