1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 20:44:01 +01:00

Merge branch 'develop-ascraeus' into develop

Conflicts:
	phpBB/styles/subsilver2/template/ucp_header.html
This commit is contained in:
Marc Alexander 2014-09-05 21:07:02 +02:00
commit f7d41c8465
2 changed files with 16 additions and 0 deletions

View File

@ -701,6 +701,20 @@ posting_editor_subject_before
* Since: 3.1.0-a2 * Since: 3.1.0-a2
* Purpose: Add field (e.g. textbox) to the posting screen before the subject * Purpose: Add field (e.g. textbox) to the posting screen before the subject
posting_pm_header_find_username_after
===
* Locations:
+ styles/prosilver/template/posting_pm_header.html
* Since: 3.1.0-RC4
* Purpose: Add content after the find username link on composing pm
posting_pm_header_find_username_before
===
* Locations:
+ styles/prosilver/template/posting_pm_header.html
* Since: 3.1.0-RC4
* Purpose: Add content before the find username link on composing pm
quickreply_editor_panel_after quickreply_editor_panel_after
=== ===
* Locations: * Locations:

View File

@ -15,7 +15,9 @@
<dd class="recipients"> <dd class="recipients">
<input type="submit" name="add_to" value="{L_ADD}" class="button2" tabindex="1" /> <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" /> <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> <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> </dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->