mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
commit
cdacbd07f8
1 changed files with 8 additions and 1 deletions
|
@ -143,8 +143,15 @@
|
|||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGINELSE -->
|
||||
<table class="table1" cellspacing="1">
|
||||
<thead>
|
||||
<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>
|
||||
<!-- END member -->
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue