File: styles/prosilver/template/ucp_notifications.html
Unmodified
Added
Modified
Removed
Line 1 | Line 1 |
---|
<!-- INCLUDE ucp_header.html -->
|
<!-- INCLUDE ucp_header.html -->
|
| {% EVENT ucp_notifications_form_before %}
|
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
<h2>{TITLE}</h2>
|
<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">
| <div class="panel"> <div class="inner">
|
Line 104 | Line 109 |
---|
<!-- ENDIF --> </div> </div>
|
<!-- ENDIF --> </div> </div>
|
| {% EVENT ucp_notifications_content_after %}
|
<!-- IF .notification_types or .notification_list --> <fieldset class="display-actions">
| <!-- IF .notification_types or .notification_list --> <fieldset class="display-actions">
|
Line 116 | Line 123 |
---|
<!-- ENDIF -->
</form>
|
<!-- ENDIF -->
</form>
|
| {% EVENT ucp_notifications_form_after %}
|
<!-- INCLUDE ucp_footer.html -->
| <!-- INCLUDE ucp_footer.html -->
|