mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
[ticket/10187] XHTML fix for empty groups in UCP.
PHPBB3-10187
This commit is contained in:
parent
e43b7813a5
commit
3ad5c45097
@ -143,8 +143,15 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
|
<table class="table1" cellspacing="1">
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="bg1" colspan="5">{L_GROUPS_NO_MEMBERS}</td>
|
<th class="name">{L_MEMBERS}</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="bg1">{L_GROUPS_NO_MEMBERS}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END member -->
|
<!-- END member -->
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user