diff options
Diffstat (limited to 'phpBB/adm/style/acp_attachments.html')
-rw-r--r-- | phpBB/adm/style/acp_attachments.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 42ae610545..dd1374fee4 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -109,8 +109,8 @@ <!-- ELSE --> <p>{L_NO_IPS_DEFINED}</p> <!-- ENDIF --> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSEIF S_EXTENSION_GROUPS --> @@ -214,9 +214,9 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - - </fieldset> {S_FORM_TOKEN} + </fieldset> + </form> <!-- ELSE --> @@ -257,8 +257,8 @@ {L_CREATE_GROUP}: <input type="text" name="group_name" maxlength="30" /> <input class="button2" name="add" type="submit" value="{L_SUBMIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> @@ -280,8 +280,8 @@ <p class="quick"> <input type="submit" id="add_extension_check" name="add_extension_check" class="button2" value="{L_SUBMIT}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <br /> @@ -320,8 +320,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ELSEIF S_ORPHAN --> @@ -367,9 +367,8 @@ <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> </p> - - </fieldset> {S_FORM_TOKEN} + </fieldset> </form> <!-- ENDIF --> |