This commit is contained in:
27
templates/Maketank-prev/admin/settings/updatecounters.tpl
Normal file
27
templates/Maketank-prev/admin/settings/updatecounters.tpl
Normal file
@@ -0,0 +1,27 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />
|
||||
{$lng['admin']['updatecounters']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<table class="full">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{$lng['admin']['customers']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{$customers}
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="3">{$lng['admin']['admins']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{$admins}
|
||||
</table>
|
||||
</section>
|
||||
</article>
|
||||
$footer
|
||||
Reference in New Issue
Block a user