diff options
Diffstat (limited to 'phpBB/adm/style/acp_ban.html')
-rw-r--r-- | phpBB/adm/style/acp_ban.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index cbafa554b1..334d245edf 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -71,14 +71,19 @@ <input class="button1" type="submit" id="bansubmit" name="bansubmit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="banreset" name="banreset" value="{L_RESET}" /> </p> + </fieldset> +</form> + <br /><br /> <h1>{L_UNBAN_TITLE}</h1> <p>{L_UNBAN_EXPLAIN}</p> +<form id="acp_unban" method="post" action="{U_ACTION}"> + <fieldset> <legend>{L_UNBAN_TITLE}</legend> |