mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16439] small cleanup
PHPBB3-16439
This commit is contained in:
parent
8ab730f47d
commit
2fd174d7cf
1 changed files with 6 additions and 1 deletions
|
@ -224,7 +224,12 @@
|
||||||
<div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>
|
<div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>
|
||||||
|
|
||||||
<!-- EVENT viewtopic_body_post_subject_before -->
|
<!-- EVENT viewtopic_body_post_subject_before -->
|
||||||
<h3 {% if postrow.S_FIRST_ROW %}class="first"{% endif %}>{% if postrow.POST_ICON_IMG %}<img src="{{ T_ICONS_PATH }}{{ postrow.POST_ICON_IMG }}" width="{{ postrow.POST_ICON_IMG_WIDTH }}" height="{{ postrow.POST_ICON_IMG_HEIGHT }}" alt="{{ postrow.POST_ICON_IMG_ALT }}" title="{{ postrow.POST_ICON_IMG_ALT }}"> {% endif %}<a {% if postrow.S_FIRST_ROW && postrow.S_FIRST_UNREAD %}class="first-unread"{% endif %} href="{{ postrow.U_MINI_POST }}">{{ postrow.POST_SUBJECT }}</a></h3>
|
<h3 {% if postrow.S_FIRST_ROW %}class="first"{% endif %}>
|
||||||
|
{% if postrow.POST_ICON_IMG %}
|
||||||
|
<img src="{{ T_ICONS_PATH }}{{ postrow.POST_ICON_IMG }}" width="{{ postrow.POST_ICON_IMG_WIDTH }}" height="{{ postrow.POST_ICON_IMG_HEIGHT }}" alt="{{ postrow.POST_ICON_IMG_ALT }}" title="{{ postrow.POST_ICON_IMG_ALT }}">
|
||||||
|
{% endif %}
|
||||||
|
<a {% if postrow.S_FIRST_UNREAD %}class="first-unread" {% endif %}href="{{ postrow.U_MINI_POST }}">{{ postrow.POST_SUBJECT }}</a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
<!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->
|
<!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->
|
||||||
<!-- EVENT viewtopic_body_post_buttons_list_before -->
|
<!-- EVENT viewtopic_body_post_buttons_list_before -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue