1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 09:44:26 +02:00

[feature/soft-delete] Remove the "Deleted by" message when restoring a post

PHPBB3-9567
This commit is contained in:
Joas Schilling
2012-12-10 21:32:45 +01:00
parent 51966bd497
commit b30a608f35
2 changed files with 10 additions and 1 deletions

View File

@@ -199,7 +199,7 @@
<!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->
<div class="notice">{postrow.DELETED_MESSAGE}
<div class="notice post_deleted_msg">{postrow.DELETED_MESSAGE}
<!-- IF postrow.DELETE_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.DELETE_REASON}</em><!-- ENDIF -->
</div>
<!-- ELSEIF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->