aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-02-23 10:55:57 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-02-23 10:55:57 +0100
commit8e1e48a7b69b78e10297869e3aaf224e5c12e493 (patch)
tree04afbae16d2c940f04c89f9b879e502135c79725 /phpBB/styles/subsilver2/template
parent4b2690f792d330622fd5409ded5f163db1b97bd9 (diff)
downloadforums-8e1e48a7b69b78e10297869e3aaf224e5c12e493.tar
forums-8e1e48a7b69b78e10297869e3aaf224e5c12e493.tar.gz
forums-8e1e48a7b69b78e10297869e3aaf224e5c12e493.tar.bz2
forums-8e1e48a7b69b78e10297869e3aaf224e5c12e493.tar.xz
forums-8e1e48a7b69b78e10297869e3aaf224e5c12e493.zip
[ticket/8636] Add resync option to topic_view moderation page
PHPBB3-8636
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_topic.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html
index 13865d26ee..f9f9382ff2 100644
--- a/phpBB/styles/subsilver2/template/mcp_topic.html
+++ b/phpBB/styles/subsilver2/template/mcp_topic.html
@@ -135,6 +135,7 @@
<!-- IF S_CAN_DELETE --><option value="delete_post">{L_DELETE_POSTS}</option><!-- ENDIF -->
<!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF ACTION eq 'merge' --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF -->
<!-- IF S_CAN_SPLIT --><option value="split_all"<!-- IF ACTION eq 'split' --> selected="selected"<!-- ENDIF -->>{L_SPLIT_POSTS}</option><option value="split_beyond">{L_SPLIT_AFTER}</option><!-- ENDIF -->
+ <!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF -->
</select>&nbsp;<input class="btnmain" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" /></td>
</tr>
</table>