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 | |
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')
-rw-r--r-- | phpBB/adm/style/acp_forums.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/acp_main.html | 4 | ||||
-rw-r--r-- | phpBB/adm/style/acp_users_overview.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/simple_footer.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 1df3839467..9b29ba0afc 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -241,7 +241,7 @@ <dt><label for="topics_per_page">{L_FORUM_TOPICS_PAGE}{L_COLON}</label><br /><span>{L_FORUM_TOPICS_PAGE_EXPLAIN}</span></dt> <dd><input type="text" id="topics_per_page" name="topics_per_page" value="{TOPICS_PER_PAGE}" size="4" maxlength="4" /></dd> </dl> - <!-- EVENT forums_normal_settings --> + <!-- EVENT acp_forums_normal_settings --> </fieldset> <fieldset> 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 --> diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index f6ad8f3313..9c06ac3c76 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -53,7 +53,7 @@ <dt><label for="password_confirm">{L_CONFIRM_PASSWORD}{L_COLON}</label><br /><span>{L_CONFIRM_PASSWORD_EXPLAIN}</span></dt> <dd><input type="password" id="password_confirm" name="password_confirm" value="" autocomplete="off" /></dd> </dl> -<!-- EVENT users_overview_options --> +<!-- EVENT acp_users_overview_options --> <p class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index a2bebb3d85..f76ad698d3 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -42,7 +42,7 @@ <!-- INCLUDEJS ajax.js --> {SCRIPTS} -<!-- EVENT overall_footer_end --> +<!-- EVENT acp_overall_footer_end --> </body> </html> diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index fce560e62e..74b8fe5fb8 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -155,7 +155,7 @@ function switch_menu() // ]]> </script> -<!-- EVENT overall_header_head --> +<!-- EVENT acp_overall_header_head --> </head> <body class="{S_CONTENT_DIRECTION}"> diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html index 8c6ace203e..a7d006d15d 100644 --- a/phpBB/adm/style/simple_footer.html +++ b/phpBB/adm/style/simple_footer.html @@ -18,7 +18,7 @@ <script type="text/javascript" src="{T_JQUERY_LINK}"></script> <!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> -<!-- EVENT simple_footer_end --> +<!-- EVENT acp_simple_footer_end --> </body> </html> diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index 9c2e11e718..21532f1425 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -101,7 +101,7 @@ function find_username(url) // ]]> </script> -<!-- EVENT simple_header_head --> +<!-- EVENT acp_simple_header_head --> </head> <body class="{S_CONTENT_DIRECTION}"> |