aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_prefs_view.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-07-26 22:25:27 -0700
committerMatt Friedman <maf675@gmail.com>2013-07-26 22:25:27 -0700
commitdacca5657a59fe1e69f5609cf9112e8e2cdac369 (patch)
treeea2b0ade47bfe171a2bbedac0ed28ec0137910c6 /phpBB/styles/prosilver/template/ucp_prefs_view.html
parent442b2a292e2b761b58f2ba88fd5922d0090ec4a5 (diff)
downloadforums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar.gz
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar.bz2
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.tar.xz
forums-dacca5657a59fe1e69f5609cf9112e8e2cdac369.zip
[ticket/11747] Use _prepend and _append for template events
PHPBB3-11747
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_prefs_view.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_prefs_view.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_view.html b/phpBB/styles/prosilver/template/ucp_prefs_view.html
index 55e5531075..7f8d0a344c 100644
--- a/phpBB/styles/prosilver/template/ucp_prefs_view.html
+++ b/phpBB/styles/prosilver/template/ucp_prefs_view.html
@@ -9,7 +9,7 @@
<fieldset>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
- <!-- EVENT ucp_prefs_view_radio_buttons_before -->
+ <!-- EVENT ucp_prefs_view_radio_buttons_prepend -->
<dl>
<dt><label for="images1">{L_VIEW_IMAGES}{L_COLON}</label></dt>
<dd>
@@ -54,9 +54,9 @@
</dd>
</dl>
<!-- ENDIF -->
- <!-- EVENT ucp_prefs_view_radio_buttons_after -->
+ <!-- EVENT ucp_prefs_view_radio_buttons_append -->
<hr />
- <!-- EVENT ucp_prefs_view_select_menu_before -->
+ <!-- EVENT ucp_prefs_view_select_menu_prepend -->
<dl>
<dt><label>{L_VIEW_TOPICS_DAYS}{L_COLON}</label></dt>
<dd>{S_TOPIC_SORT_DAYS}</dd>
@@ -82,7 +82,7 @@
<dt><label>{L_VIEW_POSTS_DIR}{L_COLON}</label></dt>
<dd>{S_POST_SORT_DIR}</dd>
</dl>
- <!-- EVENT ucp_prefs_view_select_menu_after -->
+ <!-- EVENT ucp_prefs_view_select_menu_append -->
</fieldset>
</div>