mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15609] MCP Queue and Report forum and topic identifiers
PHPBB3-15609
This commit is contained in:
@@ -81,7 +81,13 @@
|
||||
|
||||
<div class="action-bar bottom">
|
||||
<!-- INCLUDE display_options.html -->
|
||||
<!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" onClick="document.getElementById('mcp').submit()" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF -->
|
||||
<!-- IF TOPIC_ID -->
|
||||
<label>
|
||||
<input type="hidden" name="t" value="0">
|
||||
<input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" onClick="document.getElementById('mcp').submit()" />
|
||||
<strong>{L_ONLY_TOPIC}</strong>
|
||||
</label>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<div class="pagination">
|
||||
{TOTAL_REPORTS}
|
||||
|
Reference in New Issue
Block a user