1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #6012 from rxu/ticket/16533

[ticket/16533] Add autologin keys management UCP module events
This commit is contained in:
Marc Alexander
2020-08-13 21:15:59 +02:00
6 changed files with 166 additions and 14 deletions

View File

@@ -2730,6 +2730,62 @@ ucp_prefs_view_select_menu_prepend
* Purpose: Add options to the top of the drop-down lists block of the Edit
Display Options screen
ucp_profile_autologin_keys_tbody_key_after
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table column after the first column.
ucp_profile_autologin_keys_tbody_key_before
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table column before the first column.
ucp_profile_autologin_keys_tbody_mark_after
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table column after the last column.
ucp_profile_autologin_keys_tbody_mark_before
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table column before the last column.
ucp_profile_autologin_keys_thead_key_after
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table header content after the first column.
ucp_profile_autologin_keys_thead_key_before
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table header content before the first column.
ucp_profile_autologin_keys_thead_mark_after
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table header content after the last column.
ucp_profile_autologin_keys_thead_mark_before
===
* Locations:
+ styles/prosilver/template/ucp_profile_autologin_keys.html
* Since: 3.3.2-RC1
* Purpose: Add table header content before the last column.
ucp_profile_profile_info_after
===
* Locations: