mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 05:08:52 +00:00
[ticket/11098] HTML Validity fix to Notifications in UCP
PHPBB3-11098
This commit is contained in:
parent
51b152c8ab
commit
9eeb9ed259
1 changed files with 7 additions and 5 deletions
|
@ -11,11 +11,13 @@
|
||||||
<!-- IF MODE == 'notification_options' -->
|
<!-- IF MODE == 'notification_options' -->
|
||||||
<table class="table1">
|
<table class="table1">
|
||||||
<thead>
|
<thead>
|
||||||
|
<tr>
|
||||||
<th>{L_NOTIFICATION_TYPE}</th>
|
<th>{L_NOTIFICATION_TYPE}</th>
|
||||||
<!-- BEGIN notification_methods -->
|
<!-- BEGIN notification_methods -->
|
||||||
<th class="mark">{notification_methods.NAME}</th>
|
<th class="mark">{notification_methods.NAME}</th>
|
||||||
<!-- END notification_methods -->
|
<!-- END notification_methods -->
|
||||||
<th class="mark">{L_NOTIFICATIONS}</th>
|
<th class="mark">{L_NOTIFICATIONS}</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<!-- BEGIN notification_types -->
|
<!-- BEGIN notification_types -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue