diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_groups_manage.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_groups_manage.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html index e9c67a0f10..1eda763570 100644 --- a/phpBB/styles/prosilver/template/ucp_groups_manage.html +++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html @@ -74,6 +74,7 @@ <!-- IF S_IN_AVATAR_GALLERY --><input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> <!-- ELSE --> <input type="reset" value="{L_RESET}" name="reset" class="button2" /> <!-- ENDIF --> <input type="submit" name="update" value="{L_SUBMIT}" class="button1" /> + {S_FORM_TOKEN} </fieldset> <!-- ELSEIF S_LIST --> @@ -187,6 +188,7 @@ <fieldset class="submit-buttons"> <input class="button1" type="submit" name="addusers" value="{L_SUBMIT}" /> + {S_FORM_TOKEN} </fieldset> <!-- ELSE --> @@ -221,7 +223,6 @@ </div> <!-- ENDIF --> -{S_FORM_TOKEN} </form> <!-- INCLUDE ucp_footer.html -->
\ No newline at end of file |