diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 17:40:41 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-10 17:40:41 +0100 |
| commit | fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c (patch) | |
| tree | 0349c74bc0713d85f8116bd4af95ad211a354f20 /phpBB/adm/style/acp_groups.html | |
| parent | 024ec8618124d4607bd32154d444c605e59a97b1 (diff) | |
| parent | 1c1fe43e166b17e879bf73f165299181d9d05cc4 (diff) | |
| download | forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar.gz forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar.bz2 forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.tar.xz forums-fc1008f6a3da2a3207ff9ca6b56faa2d66a62a5c.zip | |
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
| -rw-r--r-- | phpBB/adm/style/acp_groups.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index d24d62497d..23f6e744c0 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -236,7 +236,7 @@ <dl> <dt><label for="usernames">{L_USERNAME}{L_COLON}</label><br /><span>{L_USERNAMES_EXPLAIN}</span></dt> <dd><textarea id="usernames" name="usernames" cols="40" rows="5"></textarea></dd> - <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd> + <dd><!-- EVENT acp_groups_find_username_prepend -->[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]<!-- EVENT acp_groups_find_username_append --></dd> </dl> <p class="quick"> @@ -265,6 +265,7 @@ <form id="acp_groups" method="post" action="{U_ACTION}"> + <!-- EVENT acp_groups_manage_before --> <table class="table1"> <col class="col1" /><col class="col1" /><col class="col2" /><col class="col2" /><col class="col2" /> <thead> @@ -285,6 +286,7 @@ <!-- ENDIF --> </tbody> </table> + <!-- EVENT acp_groups_manage_after --> <fieldset class="quick"> <!-- IF S_GROUP_ADD --> |
