1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/soft-delete] Add delete information to approve deatils page

PHPBB3-9657
This commit is contained in:
Joas Schilling
2012-12-18 15:08:05 +01:00
parent 4300d06a17
commit 63f3cd45bb
2 changed files with 38 additions and 0 deletions

View File

@@ -100,6 +100,13 @@
</dl>
<!-- ENDIF -->
<!-- IF DELETED_MESSAGE or DELETE_REASON -->
<div class="notice">
{DELETED_MESSAGE}
<!-- IF DELETE_REASON --><br /><strong>{L_REASON}:</strong> <em>{DELETE_REASON}</em><!-- ENDIF -->
</div>
<!-- ENDIF -->
<!-- IF SIGNATURE -->
<div id="sig{POST_ID}" class="signature">{SIGNATURE}</div>
<!-- ENDIF -->