mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -15,7 +15,9 @@
|
||||
<dd class="recipients">
|
||||
<input type="submit" name="add_to" value="{L_ADD}" class="button2" tabindex="1" />
|
||||
<input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" tabindex="1" />
|
||||
<!-- EVENT posting_pm_header_find_username_before -->
|
||||
<span><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></span>
|
||||
<!-- EVENT posting_pm_header_find_username_after -->
|
||||
</dd>
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user