diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-04-01 12:21:13 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:19 -0500 |
commit | c7b2665160ef5e160ed03b9fb45b01f774e19193 (patch) | |
tree | f3a52a523634e188eda7a670b5550b96f0cb9316 /phpBB/adm/style/acp_users_overview.html | |
parent | 9ba18a21f007fd5a625ac0c2dec60185e8c86994 (diff) | |
download | forums-c7b2665160ef5e160ed03b9fb45b01f774e19193.tar forums-c7b2665160ef5e160ed03b9fb45b01f774e19193.tar.gz forums-c7b2665160ef5e160ed03b9fb45b01f774e19193.tar.bz2 forums-c7b2665160ef5e160ed03b9fb45b01f774e19193.tar.xz forums-c7b2665160ef5e160ed03b9fb45b01f774e19193.zip |
[feature/events] Add users_overview_options acp template event
PHPBB3-9550
Diffstat (limited to 'phpBB/adm/style/acp_users_overview.html')
-rw-r--r-- | phpBB/adm/style/acp_users_overview.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index b7e3a9822e..f6ad8f3313 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -53,6 +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 --> <p class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> |