mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
408fc83c84
2 changed files with 8 additions and 0 deletions
|
@ -2504,6 +2504,13 @@ ucp_profile_register_details_after
|
||||||
* Since: 3.1.4-RC1
|
* Since: 3.1.4-RC1
|
||||||
* Purpose: Add options in profile page fieldset - after confirm password field.
|
* Purpose: Add options in profile page fieldset - after confirm password field.
|
||||||
|
|
||||||
|
ucp_profile_signature_posting_editor_options_prepend
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_profile_signature.html
|
||||||
|
* Since: 3.2.6-RC1
|
||||||
|
* Purpose: Add options signature posting editor - before first option.
|
||||||
|
|
||||||
ucp_register_buttons_before
|
ucp_register_buttons_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
<!-- INCLUDE posting_editor.html -->
|
<!-- INCLUDE posting_editor.html -->
|
||||||
<h3>{L_OPTIONS}</h3>
|
<h3>{L_OPTIONS}</h3>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
{% EVENT ucp_profile_signature_posting_editor_options_prepend %}
|
||||||
<!-- IF S_BBCODE_ALLOWED -->
|
<!-- IF S_BBCODE_ALLOWED -->
|
||||||
<div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div>
|
<div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue