diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-07-26 18:33:07 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-07-26 18:33:07 -0700 |
| commit | b716e1177d0fc94f1b5b8102fd35b61a6874e324 (patch) | |
| tree | 2cf64465440e8f70600f8d3b564a0b88463e812a /phpBB/docs | |
| parent | d3859aa87427a75cb7c9f7645de3317a834b00ee (diff) | |
| download | forums-b716e1177d0fc94f1b5b8102fd35b61a6874e324.tar forums-b716e1177d0fc94f1b5b8102fd35b61a6874e324.tar.gz forums-b716e1177d0fc94f1b5b8102fd35b61a6874e324.tar.bz2 forums-b716e1177d0fc94f1b5b8102fd35b61a6874e324.tar.xz forums-b716e1177d0fc94f1b5b8102fd35b61a6874e324.zip | |
[ticket/11747] ucp_prefs_view template events
PHPBB3-11747
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index cc12410df2..93f83e8d1c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -133,6 +133,38 @@ ucp_prefs_personal_after + styles/subsilver2/template/ucp_prefs_personal.html * Purpose: Add user options to the bottom of the Edit Global Settings screen +ucp_prefs_view_radio_buttons_before +=== +* Locations: + + styles/prosilver/template/ucp_prefs_view.html + + styles/subsilver2/template/ucp_prefs_view.html +* Purpose: Add options to the top of the radio buttons section of the Edit +Display Options screen + +ucp_prefs_view_radio_buttons_after +=== +* Locations: + + styles/prosilver/template/ucp_prefs_view.html + + styles/subsilver2/template/ucp_prefs_view.html +* Purpose: Add options to the bottom of the radio buttons section of the Edit +Display Options screen + +ucp_prefs_view_select_menu_before +=== +* Locations: + + styles/prosilver/template/ucp_prefs_view.html + + styles/subsilver2/template/ucp_prefs_view.html +* Purpose: Add options to the top of the drop down menus section of the Edit +Display Options screen + +ucp_prefs_view_select_menu_after +=== +* Locations: + + styles/prosilver/template/ucp_prefs_view.html + + styles/subsilver2/template/ucp_prefs_view.html +* Purpose: Add options to the bottom of the drop down menus section of the Edit +Display Options screen + viewtopic_print_head_append === * Location: styles/prosilver/template/viewtopic_print.html |
