1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-07 15:05:43 +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:
amalnaeem 2018-04-08 11:38:16 +05:00
parent 00d43a12fa
commit cdaf6dc0ff

View File

@ -95,9 +95,7 @@
<!-- EVENT acp_main_notice_after --> <!-- EVENT acp_main_notice_after -->
<div class="lside"> <div class="lside">
<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>{L_STATISTIC}</th> <th>{L_STATISTIC}</th>
@ -144,7 +142,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="lside" > <div class="lside" >
<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>
@ -193,7 +190,6 @@
<!-- ENDIF --> <!-- ENDIF -->
</td> </td>
<!-- ELSE --> <!-- ELSE -->
<!-- ENDIF --> <!-- ENDIF -->
</tr> </tr>
<!-- IF S_VERSIONCHECK --> <!-- IF S_VERSIONCHECK -->
@ -202,7 +198,6 @@
<td class="tabled"> <td class="tabled">
<strong><a href="{U_VERSIONCHECK}" <!-- IF S_VERSION_UP_TO_DATE -->style="color: #228822;" <!-- ELSEIF not S_VERSIONCHECK_FAIL -->style="color: #BC2A4D;" <!-- ENDIF -->title="{L_MORE_INFORMATION}">{BOARD_VERSION}</a></strong> [&nbsp;<a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a>&nbsp;] <strong><a href="{U_VERSIONCHECK}" <!-- IF S_VERSION_UP_TO_DATE -->style="color: #228822;" <!-- ELSEIF not S_VERSIONCHECK_FAIL -->style="color: #BC2A4D;" <!-- ENDIF -->title="{L_MORE_INFORMATION}">{BOARD_VERSION}</a></strong> [&nbsp;<a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a>&nbsp;]
</td> </td>
</tr> </tr>
<!-- ENDIF --> <!-- ENDIF -->
</tbody> </tbody>