mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15610] Improving UI of Board Statistics in ACP
Master Improving UI of Board Statistics in ACP Statistics table was divided into two in acp_main.html. PHPBB3-15610
This commit is contained in:
parent
fe160de475
commit
c76f480466
1 changed files with 110 additions and 112 deletions
|
@ -136,7 +136,7 @@
|
|||
<tr>
|
||||
<td class="tabled">{L_FILES_PER_DAY}{L_COLON} </td>
|
||||
<td class="tabled"><strong>{FILES_PER_DAY}</strong></td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tabled"> </td>
|
||||
<td class="tabled"> </td>
|
||||
|
@ -144,11 +144,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="lside" >
|
||||
<table class="table1 zebra-table no-header" data-no-responsive-header="true" >
|
||||
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{L_STATISTIC}</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue