diff options
Diffstat (limited to 'phpBB/adm/style/acp_ban.html')
-rw-r--r-- | phpBB/adm/style/acp_ban.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index d8638f5bcd..85b8acc393 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -71,9 +71,8 @@ <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> {S_FORM_TOKEN} +</fieldset> </form> <br /><br /> @@ -109,15 +108,17 @@ <input class="button1" type="submit" id="unbansubmit" name="unbansubmit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="unbanreset" name="unbanreset" value="{L_RESET}" /> </p> + {S_FORM_TOKEN} </fieldset> <!-- ELSE --> <p>{L_NO_BAN_CELL}</p> + {S_FORM_TOKEN} </fieldset> <!-- ENDIF --> -{S_FORM_TOKEN} + </form> |