mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12860] Add template events mcp_ban_fields
PHPBB3-12860
This commit is contained in:
parent
cd5fbd52c2
commit
876c1f4f00
3 changed files with 20 additions and 0 deletions
|
@ -278,6 +278,22 @@ index_body_stat_blocks_before
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks
|
* Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks
|
||||||
|
|
||||||
|
mcp_ban_fields_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_ban.html
|
||||||
|
+ styles/subsilver2/template/mcp_ban.html
|
||||||
|
* Since: 3.1.0-RC3
|
||||||
|
* Purpose: Add additional fields to the ban form in MCP
|
||||||
|
|
||||||
|
mcp_ban_fields_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosivler/template/mcp_ban.html
|
||||||
|
+ styles/subsilver2/template/mcp_ban.html
|
||||||
|
* Since: 3.1.0-RC3
|
||||||
|
* Purpose: Add additional fields to the ban form in MCP
|
||||||
|
|
||||||
memberlist_body_username_append
|
memberlist_body_username_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
<p>{L_EXPLAIN}</p>
|
<p>{L_EXPLAIN}</p>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
<!-- EVENT mcp_ban_fields_before -->
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="ban">{L_BAN_CELL}{L_COLON}</label></dt>
|
<dt><label for="ban">{L_BAN_CELL}{L_COLON}</label></dt>
|
||||||
<dd><label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3">{BAN_QUANTIFIER}</textarea></label></dd>
|
<dd><label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3">{BAN_QUANTIFIER}</textarea></label></dd>
|
||||||
|
@ -70,6 +71,7 @@
|
||||||
<label for="banexclude0"><input type="radio" name="banexclude" id="banexclude0" value="0" checked="checked" /> {L_NO}</label>
|
<label for="banexclude0"><input type="radio" name="banexclude" id="banexclude0" value="0" checked="checked" /> {L_NO}</label>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
<!-- EVENT mcp_ban_fields_after -->
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3" colspan="2">{L_EXPLAIN}</td>
|
<td class="row3" colspan="2">{L_EXPLAIN}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- EVENT mcp_ban_fields_before -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" width="45%" valign="top"><b>{L_BAN_CELL}{L_COLON}</b></td>
|
<td class="row1" width="45%" valign="top"><b>{L_BAN_CELL}{L_COLON}</b></td>
|
||||||
<td class="row2">
|
<td class="row2">
|
||||||
|
@ -63,6 +64,7 @@
|
||||||
<td class="row1" valign="top"><b>{L_BAN_GIVE_REASON}{L_COLON}</b></td>
|
<td class="row1" valign="top"><b>{L_BAN_GIVE_REASON}{L_COLON}</b></td>
|
||||||
<td class="row2"><input name="bangivereason" type="text" class="post" maxlength="255" /></td>
|
<td class="row2"><input name="bangivereason" type="text" class="post" maxlength="255" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- EVENT mcp_ban_fields_after -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cat" colspan="2" align="center"><input type="submit" name="bansubmit" value="{L_SUBMIT}" class="btnmain" /> <input type="reset" value="{L_RESET}" class="btnlite" /> </td>
|
<td class="cat" colspan="2" align="center"><input type="submit" name="bansubmit" value="{L_SUBMIT}" class="btnmain" /> <input type="reset" value="{L_RESET}" class="btnlite" /> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue