mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
Merge remote-tracking branch 'github-bantu/ticket/10187' into develop-olympus
* github-bantu/ticket/10187: [ticket/10187] XHTML fix for empty groups in UCP.
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user