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 31 | Line 36 |
---|
<!-- IF notification_types.EXPLAIN --><br /> {notification_types.EXPLAIN}<!-- ENDIF --> </td> <!-- BEGIN notification_methods -->
|
<!-- IF notification_types.EXPLAIN --><br /> {notification_types.EXPLAIN}<!-- ENDIF --> </td> <!-- BEGIN notification_methods -->
|
<td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_types.notification_methods.METHOD}"<!-- IF notification_types.notification_methods.AVAILABLE and notification_types.notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --><!-- IF not notification_types.notification_methods.AVAILABLE --> disabled="disabled"<!-- ENDIF --> /></td>
| <td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_types.notification_methods.METHOD}"<!-- IF notification_types.notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --><!-- IF not notification_types.notification_methods.AVAILABLE --> disabled="disabled"<!-- ENDIF --> /></td>
|
<!-- END notification_methods --> </tr> <!-- ENDIF -->
| <!-- END notification_methods --> </tr> <!-- ENDIF -->
|
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 -->
|