1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Merge branch 'ticket/17277' into ticket/17277-master

This commit is contained in:
rxu
2023-12-26 01:01:55 +07:00
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 class="cp-title">{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 -->