1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11747] Use _prepend and _append for template events

PHPBB3-11747
This commit is contained in:
Matt Friedman
2013-07-26 22:25:27 -07:00
parent 442b2a292e
commit dacca5657a
7 changed files with 24 additions and 24 deletions

View File

@@ -119,35 +119,35 @@ ucp_pm_viewmessage_print_head_append
* Location: styles/prosilver/template/ucp_pm_viewmessage_print.html
* Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen
ucp_prefs_personal_before
ucp_prefs_personal_prepend
===
* Locations:
+ styles/prosilver/template/ucp_prefs_personal.html
+ styles/subsilver2/template/ucp_prefs_personal.html
* Purpose: Add user options to the top of the Edit Global Settings screen
ucp_prefs_personal_after
ucp_prefs_personal_append
===
* Locations:
+ styles/prosilver/template/ucp_prefs_personal.html
+ styles/subsilver2/template/ucp_prefs_personal.html
* Purpose: Add user options to the bottom of the Edit Global Settings screen
ucp_prefs_post_before
ucp_prefs_post_prepend
===
* Locations:
+ styles/prosilver/template/ucp_prefs_post.html
+ styles/subsilver2/template/ucp_prefs_post.html
* Purpose: Add user options to the top of the Edit Posting Defaults screen
ucp_prefs_post_after
ucp_prefs_post_append
===
* Locations:
+ styles/prosilver/template/ucp_prefs_post.html
+ styles/subsilver2/template/ucp_prefs_post.html
* Purpose: Add user options to the bottom of the Edit Posting Defaults screen
ucp_prefs_view_radio_buttons_before
ucp_prefs_view_radio_buttons_prepend
===
* Locations:
+ styles/prosilver/template/ucp_prefs_view.html
@@ -155,7 +155,7 @@ ucp_prefs_view_radio_buttons_before
* Purpose: Add options to the top of the radio buttons section of the Edit
Display Options screen
ucp_prefs_view_radio_buttons_after
ucp_prefs_view_radio_buttons_append
===
* Locations:
+ styles/prosilver/template/ucp_prefs_view.html
@@ -163,7 +163,7 @@ ucp_prefs_view_radio_buttons_after
* Purpose: Add options to the bottom of the radio buttons section of the Edit
Display Options screen
ucp_prefs_view_select_menu_before
ucp_prefs_view_select_menu_prepend
===
* Locations:
+ styles/prosilver/template/ucp_prefs_view.html
@@ -171,7 +171,7 @@ ucp_prefs_view_select_menu_before
* Purpose: Add options to the top of the drop down menus section of the Edit
Display Options screen
ucp_prefs_view_select_menu_after
ucp_prefs_view_select_menu_append
===
* Locations:
+ styles/prosilver/template/ucp_prefs_view.html