diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-07-22 21:25:57 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:28 -0500 |
commit | 3c8fb03785d14785ab2ddeb2da0aeae48ced1e16 (patch) | |
tree | ec12be81d9a5fd6c1fdfe67d2a213e975dd0dcda /phpBB/adm/style/acp_main.html | |
parent | b95549a7a7c9bcac72764f03ab453749b9ba3ae2 (diff) | |
download | forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar.gz forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar.bz2 forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.tar.xz forums-3c8fb03785d14785ab2ddeb2da0aeae48ced1e16.zip |
[feature/events] Adding acp prefix to acp event names
PHPBB3-9550
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r-- | phpBB/adm/style/acp_main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index 83731c6b26..d4a4444fef 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -76,7 +76,7 @@ </div> <!-- ENDIF --> - <!-- EVENT main_notice --> + <!-- EVENT acp_main_notice --> <table cellspacing="1"> <caption>{L_FORUM_STATS}</caption> @@ -205,7 +205,7 @@ </dl> </form> - <!-- EVENT main_actions --> + <!-- EVENT event_main_actions --> </fieldset> <!-- ENDIF --> |