mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12860] Add template events mcp_ban_unban
PHPBB3-12860
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
|
||||
<!-- IF S_BANNED_OPTIONS -->
|
||||
<fieldset>
|
||||
<!-- EVENT mcp_ban_unban_before -->
|
||||
<dl>
|
||||
<dt><label for="unban">{L_BAN_CELL}{L_COLON}</label></dt>
|
||||
<dd><select name="unban[]" id="unban" multiple="multiple" size="5" onchange="if (this.selectedIndex != -1) {display_details(this.options[this.selectedIndex].value);}">{BANNED_OPTIONS}</select></dd>
|
||||
@@ -107,6 +108,7 @@
|
||||
<dt>{L_BAN_GIVE_REASON}{L_COLON}</dt>
|
||||
<dd><strong id="unbangivereason"></strong></dd>
|
||||
</dl>
|
||||
<!-- EVENT mcp_ban_unban_after -->
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user