mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch '3.1.x' into 3.2.x
This commit is contained in:
commit
60af11da9d
2 changed files with 9 additions and 2 deletions
|
@ -2123,6 +2123,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_register_buttons_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_register.html
|
||||||
|
* Since: 3.1.11-RC1
|
||||||
|
* Purpose: Add content before buttons in registration form.
|
||||||
|
|
||||||
ucp_register_credentials_before
|
ucp_register_credentials_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -79,8 +79,6 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF S_COPPA -->
|
<!-- IF S_COPPA -->
|
||||||
|
|
||||||
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
|
@ -91,6 +89,8 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT ucp_register_buttons_before -->
|
||||||
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue