Files
Froxlor/templates/Sparkle/admin/settings/updatecounters.tpl
Michael Kaufmann 370ccbdb74 refactor global array
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
2018-12-21 20:51:44 +01:00

28 lines
568 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />&nbsp;
{\Froxlor\I18N\Lang::getAll()['admin']['updatecounters']}
</h2>
</header>
<section>
<table class="full">
<thead>
<tr>
<th colspan="3">{\Froxlor\I18N\Lang::getAll()['admin']['customers']}</th>
</tr>
</thead>
{$customers}
<thead>
<tr>
<th colspan="3">{\Froxlor\I18N\Lang::getAll()['admin']['admins']}</th>
</tr>
</thead>
{$admins}
</table>
</section>
</article>
$footer