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/mcp_forum.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/mcp_forum.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/mcp_forum.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index 6972f14b79..b168bf3ac8 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -33,6 +33,9 @@ <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> <a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> + <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --> + <a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.DELETED_IMG}</a> + <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED and topicrow.U_MCP_REPORT --> <a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> <!-- ENDIF --> @@ -58,6 +61,7 @@ <select name="action"> <option value="" selected="selected">{L_SELECT_ACTION}</option> <!-- IF S_CAN_DELETE --><option value="delete_topic">{L_DELETE}</option><!-- ENDIF --> + <!-- IF S_CAN_RESTORE --><option value="restore_topic">{L_RESTORE}</option><!-- ENDIF --> <!-- IF S_CAN_MERGE --><option value="merge_topics">{L_MERGE}</option><!-- ENDIF --> <!-- IF S_CAN_MOVE --><option value="move">{L_MOVE}</option><!-- ENDIF --> <!-- IF S_CAN_FORK --><option value="fork">{L_FORK}</option><!-- ENDIF --> |
