[feature/events] Adding acp prefix to acp event names

PHPBB3-9550
This commit is contained in:
Michael Cullum 2012-07-22 21:25:57 +01:00 committed by David King
parent b95549a7a7
commit 3c8fb03785
7 changed files with 8 additions and 8 deletions

View file

@ -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> <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> <dd><input type="text" id="topics_per_page" name="topics_per_page" value="{TOPICS_PER_PAGE}" size="4" maxlength="4" /></dd>
</dl> </dl>
<!-- EVENT forums_normal_settings --> <!-- EVENT acp_forums_normal_settings -->
</fieldset> </fieldset>
<fieldset> <fieldset>

View file

@ -76,7 +76,7 @@
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<!-- EVENT main_notice --> <!-- EVENT acp_main_notice -->
<table cellspacing="1"> <table cellspacing="1">
<caption>{L_FORUM_STATS}</caption> <caption>{L_FORUM_STATS}</caption>
@ -205,7 +205,7 @@
</dl> </dl>
</form> </form>
<!-- EVENT main_actions --> <!-- EVENT event_main_actions -->
</fieldset> </fieldset>
<!-- ENDIF --> <!-- ENDIF -->

View file

@ -53,7 +53,7 @@
<dt><label for="password_confirm">{L_CONFIRM_PASSWORD}{L_COLON}</label><br /><span>{L_CONFIRM_PASSWORD_EXPLAIN}</span></dt> <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> <dd><input type="password" id="password_confirm" name="password_confirm" value="" autocomplete="off" /></dd>
</dl> </dl>
<!-- EVENT users_overview_options --> <!-- EVENT acp_users_overview_options -->
<p class="quick"> <p class="quick">
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" />

View file

@ -42,7 +42,7 @@
<!-- INCLUDEJS ajax.js --> <!-- INCLUDEJS ajax.js -->
{SCRIPTS} {SCRIPTS}
<!-- EVENT overall_footer_end --> <!-- EVENT acp_overall_footer_end -->
</body> </body>
</html> </html>

View file

@ -155,7 +155,7 @@ function switch_menu()
// ]]> // ]]>
</script> </script>
<!-- EVENT overall_header_head --> <!-- EVENT acp_overall_header_head -->
</head> </head>
<body class="{S_CONTENT_DIRECTION}"> <body class="{S_CONTENT_DIRECTION}">

View file

@ -18,7 +18,7 @@
<script type="text/javascript" src="{T_JQUERY_LINK}"></script> <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 --> <!-- 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> </body>
</html> </html>

View file

@ -101,7 +101,7 @@ function find_username(url)
// ]]> // ]]>
</script> </script>
<!-- EVENT simple_header_head --> <!-- EVENT acp_simple_header_head -->
</head> </head>
<body class="{S_CONTENT_DIRECTION}"> <body class="{S_CONTENT_DIRECTION}">