Files
Froxlor/templates/Sparkle/admin/settings/updatecounters.tpl
BNoiZe 6d12ad9986 Merge pull request #117 from BNoiZe/master
Fixes for installtion screen
2013-10-04 18:56:18 +02:00

28 lines
522 B
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/res_recalculate_big.png" alt="" />&nbsp;
{$lng['admin']['updatecounters']}
</h2>
</header>
<section class="fullform bradius">
<table class="formtable">
<thead>
<tr>
<th colspan="2">{$lng['admin']['customers']}</th>
</tr>
</thead>
{$customers}
<thead>
<tr>
<th colspan="2">{$lng['admin']['admins']}</th>
</tr>
</thead>
{$admins}
</table>
</section>
</article>
$footer