mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
Merge pull request #2868 from rxu/ticket/12969
[ticket/12969] Add template events around username link on composing pm
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