mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17277] Add template events to UCP
PHPBB3-17277
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
{% EVENT ucp_footer_content_after %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -98,4 +98,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
{% EVENT ucp_header_content_before %}
|
||||
|
||||
<div id="cp-main" class="cp-main ucp-main panel-container">
|
||||
|
@@ -1,8 +1,13 @@
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
{% EVENT ucp_notifications_form_before %}
|
||||
|
||||
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||
|
||||
<h2>{TITLE}</h2>
|
||||
|
||||
{% EVENT ucp_notifications_content_before %}
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner">
|
||||
|
||||
@@ -105,6 +110,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% EVENT ucp_notifications_content_after %}
|
||||
|
||||
<!-- IF .notification_types or .notification_list -->
|
||||
<fieldset class="display-actions">
|
||||
<input type="hidden" name="form_time" value="{FORM_TIME}" />
|
||||
@@ -117,4 +124,6 @@
|
||||
|
||||
</form>
|
||||
|
||||
{% EVENT ucp_notifications_form_after %}
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
||||
|
Reference in New Issue
Block a user