mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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
975c63b518
commit
026f3e23db
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
|||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Forum Statistics</th>
|
||||
<th>{L_STATISTIC}</th>
|
||||
<th>{L_VALUE}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -151,7 +151,7 @@
|
|||
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Configuration Statistics</th>
|
||||
<th>{L_STATISTIC}</th>
|
||||
<th>{L_VALUE}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Add table
Reference in a new issue