mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/12969] Add template events around username link on composing pm
Add template event before/after find username link on composing pm to allow extensions perform additional actions on user finding. PHPBB3-12969
This commit is contained in:
@@ -25,11 +25,13 @@
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_USERNAMES}{L_COLON}</b></td>
|
||||
</tr>
|
||||
<!-- EVENT posting_pm_header_find_username_before -->
|
||||
<tr>
|
||||
<td class="row2"><textarea name="username_list" rows="5" cols="22" tabindex="1"></textarea><br />
|
||||
[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<!-- EVENT posting_pm_header_find_username_after -->
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_GROUP_OPTIONS -->
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user