File: styles/prosilver/template/mcp_post.html
Unmodified
Added
Modified
Removed
Line 78 | Line 78 |
---|
<p class="author"><span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{MINI_POST_IMG}</span></span> {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p> <!-- ENDIF -->
|
<p class="author"><span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></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_CAN_APPROVE %}
|
<!-- IF S_POST_UNAPPROVED --> <form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">
| <!-- IF S_POST_UNAPPROVED --> <form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">
|
Line 101 | Line 102 |
---|
</p> </form> <!-- ENDIF -->
|
</p> </form> <!-- ENDIF -->
|
| {% endif %}
|
|
|
<!-- IF S_MESSAGE_REPORTED -->
| {% if S_POST_REPORTED and not S_MCP_REPORT %}
|
<p class="post-notice reported">
|
<p class="post-notice reported">
|
<i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
| <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{{ lang('TOPIC_REPORTED') }}</span> <a href="{{ U_MCP_REPORT }}"><strong>{{ lang('POST_REPORTED') }}</strong></a>
|
</p>
|
</p>
|
<!-- ENDIF -->
| {% endif %}
|
{% EVENT mcp_post_text_before %}
| {% EVENT mcp_post_text_before %}
|
Line 329 | Line 331 |
---|
</tbody> </table>
|
</tbody> </table>
|
| {% if U_LOOKUP_ALL %}
|
<div class="buttons"> <p><a href="{U_LOOKUP_ALL}#ip">{L_LOOKUP_ALL}</a></p> </div>
|
<div class="buttons"> <p><a href="{U_LOOKUP_ALL}#ip">{L_LOOKUP_ALL}</a></p> </div>
|
| {% endif %}
|
<div class="pagination"> <ul>
| <div class="pagination"> <ul>
|