diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-11 23:28:39 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-11 23:28:39 +0100 |
commit | 1970ee9854393329a3f805742e6e0e693add71b5 (patch) | |
tree | 36e3a70196034b53284780e8b19fbe0a214c63bd /phpBB/styles/subsilver2/template/search_results.html | |
parent | 4e9cf27394da2481a8ac81a2965873a3a16b136f (diff) | |
download | forums-1970ee9854393329a3f805742e6e0e693add71b5.tar forums-1970ee9854393329a3f805742e6e0e693add71b5.tar.gz forums-1970ee9854393329a3f805742e6e0e693add71b5.tar.bz2 forums-1970ee9854393329a3f805742e6e0e693add71b5.tar.xz forums-1970ee9854393329a3f805742e6e0e693add71b5.zip |
[ticket/9657] Fix softdelete for subsilver2 - part1
PHPBB3-9657
Diffstat (limited to 'phpBB/styles/subsilver2/template/search_results.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/search_results.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index 8ced5a5301..6784e32785 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -39,6 +39,9 @@ <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --> <a href="{searchresults.U_MCP_QUEUE}" class="imageset">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF --> + <!-- IF searchresults.DELETED_IMG --> + <a href="{searchresults.U_MCP_QUEUE}" class="imageset">{searchresults.DELETED_IMG}</a> + <!-- ENDIF --> <!-- IF searchresults.S_TOPIC_REPORTED --> <a href="{searchresults.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> <!-- ENDIF --> |