mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16221] Fix ACP statistics layout
PHPBB3-16221
This commit is contained in:
parent
9345bc1610
commit
b9fccc9fce
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@
|
||||||
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
|
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ lang('STATISTIC}') }}</th>
|
<th>{{ lang('STATISTIC') }}</th>
|
||||||
<th>{{ lang('VALUE') }}</th>
|
<th>{{ lang('VALUE') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
|
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ lang('STATISTIC}') }}</th>
|
<th>{{ lang('STATISTIC') }}</th>
|
||||||
<th>{{ lang('VALUE') }}</th>
|
<th>{{ lang('VALUE') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Add table
Reference in a new issue