diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 17:40:41 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 17:40:41 +0100 |
| commit | fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c (patch) | |
| tree | 0349c74bc0713d85f8116bd4af95ad211a354f20 /phpBB/adm/style/acp_forums.html | |
| parent | 024ec8618124d4607bd32154d444c605e59a97b1 (diff) | |
| parent | 1c1fe43e166b17e879bf73f165299181d9d05cc4 (diff) | |
| download | forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar.gz forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar.bz2 forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar.xz forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.zip | |
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/adm/style/acp_forums.html')
| -rw-r--r-- | phpBB/adm/style/acp_forums.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 0d8b8ad583..dcad90d7bc 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -498,7 +498,7 @@ <fieldset class="quick"> {L_SELECT_FORUM}{L_COLON} <select name="parent_id" onchange="if(this.options[this.selectedIndex].value != -1){ this.form.submit(); }">{FORUM_BOX}</select> - <input class="button2" type="submit" value="{L_GO}" /> + <!-- EVENT acp_forums_quick_select_button_prepend --><input class="button2" type="submit" value="{L_GO}" /><!-- EVENT acp_forums_quick_select_button_append --> {S_FORM_TOKEN} </fieldset> </form> |
