mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[feature/soft-delete] Fix displaying of "deleted post" note in viewtopic
PHPBB3-9657
This commit is contained in:
parent
9300ff4c6e
commit
910f1602cd
@ -138,7 +138,7 @@
|
||||
<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="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
|
||||
<p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> » {postrow.POST_DATE} </p>
|
||||
|
||||
<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
|
||||
<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_DELETED or postrow.S_POST_REPORTED -->
|
||||
<form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}" data-ajax="post_approve">
|
||||
<p class="rules">
|
||||
<!-- IF postrow.S_POST_UNAPPROVED -->
|
||||
|
@ -340,6 +340,11 @@ span.imageset {
|
||||
padding-left: 16px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
.imageset.icon_topic_deleted {
|
||||
background-image: url("./images/icon_topic_deleted.png");
|
||||
padding-left: 16px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
.imageset.icon_topic_unapproved {
|
||||
background-image: url("./images/icon_topic_unapproved.gif");
|
||||
padding-left: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user