1
0
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:
rxu
2023-12-26 00:35:55 +07:00
parent 213d092f6f
commit dc415768a8
4 changed files with 54 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
</div>
{% EVENT ucp_footer_content_after %}
</div>
</div>
</div>

View File

@@ -98,4 +98,6 @@
</div>
{% EVENT ucp_header_content_before %}
<div id="cp-main" class="cp-main ucp-main panel-container">

View File

@@ -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 -->