aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_logs.html
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-09-26 23:58:59 +0700
committerrxu <rxu@mail.ru>2015-09-26 23:58:59 +0700
commit2642cfe298b5d867e7f0b1936c09dca72c8eb94a (patch)
treebec36f4428a5674ca55d94df153139f3b44f9dd5 /phpBB/adm/style/acp_logs.html
parent3672df0bc2bca8f23cd7cf591be24cd61e05c0c3 (diff)
downloadforums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.gz
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.bz2
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.xz
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.zip
[ticket/14201] Add more template events to ACP
PHPBB3-14201
Diffstat (limited to 'phpBB/adm/style/acp_logs.html')
-rw-r--r--phpBB/adm/style/acp_logs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html
index 76ea801de0..58618e4065 100644
--- a/phpBB/adm/style/acp_logs.html
+++ b/phpBB/adm/style/acp_logs.html
@@ -73,7 +73,7 @@
<!-- IF S_SHOW_FORUMS -->
<fieldset class="quick">
{L_SELECT_FORUM}{L_COLON} <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ this.form.submit(); }">{S_FORUM_BOX}</select>
- <input class="button2" type="submit" value="{L_GO}" />
+ <!-- EVENT acp_logs_quick_select_forum_button_prepend--><input class="button2" type="submit" value="{L_GO}" /><!-- EVENT acp_logs_quick_select_forum_button_append-->
</fieldset>
<!-- ENDIF -->