diff options
author | Michael Miday <midaym@gmail.com> | 2015-11-24 18:40:18 +0100 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-11-24 18:40:18 +0100 |
commit | 21b58dcb6a149f605e2a717b19f1e9d032d901f5 (patch) | |
tree | 5afc0ea624d5ca62dc7916223affd9ec77eec8c1 | |
parent | 9225507c455cac2db44246cc2290c8680d36c8fb (diff) | |
download | forums-21b58dcb6a149f605e2a717b19f1e9d032d901f5.tar forums-21b58dcb6a149f605e2a717b19f1e9d032d901f5.tar.gz forums-21b58dcb6a149f605e2a717b19f1e9d032d901f5.tar.bz2 forums-21b58dcb6a149f605e2a717b19f1e9d032d901f5.tar.xz forums-21b58dcb6a149f605e2a717b19f1e9d032d901f5.zip |
[ticket/14295]missed one
PHPBB3-14295
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 9ab0b8e4cc..d30daf42c7 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -119,7 +119,7 @@ </p> <!-- IF postrow.S_POST_UNAPPROVED --> <p class="post-notice unapproved"> - <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a> + <a href="{postrow.U_MCP_APPROVE}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_UNAPPROVED}</strong></a> </p> <!-- ENDIF --> |