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_forums.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_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 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> |
