mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02: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:
@@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Forum Statistics</th>
|
<th>{L_STATISTIC}</th>
|
||||||
<th>{L_VALUE}</th>
|
<th>{L_VALUE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Configuration Statistics</th>
|
<th>{L_STATISTIC}</th>
|
||||||
<th>{L_VALUE}</th>
|
<th>{L_VALUE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Reference in New Issue
Block a user