File: styles/prosilver/template/viewtopic_body.html
Unmodified
Added
Modified
Removed
Line 211 | Line 211 |
---|
<!-- IF postrow.S_POST_HIDDEN --> <!-- IF postrow.S_POST_DELETED --> <div class="ignore" id="post_hidden{postrow.POST_ID}">
|
<!-- IF postrow.S_POST_HIDDEN --> <!-- IF postrow.S_POST_DELETED --> <div class="ignore" id="post_hidden{postrow.POST_ID}">
|
{postrow.L_POST_DELETED_MESSAGE}<br /> {postrow.L_POST_DISPLAY}
| {postrow.L_POST_DELETED_MESSAGE}<br> <a class="display_post" data-post-id="{{ postrow.POST_ID }}" href="{{ postrow.U_MINI_POST_VIEW }}">{{ lang('POST_DISPLAY') }}</a>
|
</div> <!-- ELSEIF postrow.S_IGNORE_POST --> <div class="ignore" id="post_hidden{postrow.POST_ID}">
|
</div> <!-- ELSEIF postrow.S_IGNORE_POST --> <div class="ignore" id="post_hidden{postrow.POST_ID}">
|
{postrow.L_IGNORE_POST}<br /> {postrow.L_POST_DISPLAY}
| {postrow.L_IGNORE_POST}<br> <a class="display_post" data-post-id="{{ postrow.POST_ID }}" href="{{ postrow.U_MINI_POST_VIEW }}">{{ lang('POST_DISPLAY') }}</a>
|
</div> <!-- ENDIF --> <!-- ENDIF -->
| </div> <!-- ENDIF --> <!-- ENDIF -->
|
Line 335 | Line 335 |
---|
<a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a> </p> <!-- ENDIF -->
|
<a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a> </p> <!-- ENDIF -->
|
| {% EVENT viewtopic_body_postrow_content_before %}
|
<div class="content">{postrow.MESSAGE}</div>
| <div class="content">{postrow.MESSAGE}</div>
|
Line 464 | Line 466 |
---|
<p>{LOGGED_IN_USER_LIST}</p> </div> <!-- ENDIF -->
|
<p>{LOGGED_IN_USER_LIST}</p> </div> <!-- ENDIF -->
|
| {% EVENT viewtopic_body_online_list_after %}
|
<!-- INCLUDE overall_footer.html -->
| <!-- INCLUDE overall_footer.html -->
|