1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +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

@@ -9,7 +9,7 @@
<fieldset>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
<!-- EVENT ucp_prefs_personal_before -->
<!-- EVENT ucp_prefs_personal_prepend -->
<dl>
<dt><label for="viewemail0">{L_SHOW_EMAIL}{L_COLON}</label></dt>
<dd>
@@ -72,7 +72,7 @@
</dd>
<dd id="custom_date" style="display:none;"><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="30" class="inputbox narrow" style="margin-top: 3px;" /></dd>
</dl>
<!-- EVENT ucp_prefs_personal_after -->
<!-- EVENT ucp_prefs_personal_append -->
</fieldset>
</div>