18
templates/Sparkle/admin/customers/customers.tpl
vendored
18
templates/Sparkle/admin/customers/customers.tpl
vendored
@@ -3,7 +3,7 @@ $header
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/group_edit_big.png" alt="" />
|
||||
{\Froxlor\I18N\Lang::getAll()['admin']['customers']} ({$customercount})
|
||||
{$lng['admin']['customers']} ({$customercount})
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
@@ -20,7 +20,7 @@ $header
|
||||
<if \Froxlor\User::getAll()['customers_used'] < \Froxlor\User::getAll()['customers'] || \Froxlor\User::getAll()['customers'] == '-1'>
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['admin']['customer_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['customer_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
@@ -28,18 +28,18 @@ $header
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['name']},
|
||||
{\Froxlor\I18N\Lang::getAll()['customer']['firstname']} {$arrowcode['c.name']}
|
||||
{$lng['customer']['name']},
|
||||
{$lng['customer']['firstname']} {$arrowcode['c.name']}
|
||||
</th>
|
||||
<th>
|
||||
{\Froxlor\I18N\Lang::getAll()['login']['username']} {$arrowcode['c.loginname']}
|
||||
{$lng['login']['username']} {$arrowcode['c.loginname']}
|
||||
</th>
|
||||
<th>
|
||||
{\Froxlor\I18N\Lang::getAll()['admin']['admin']} {$arrowcode['a.loginname']}
|
||||
{$lng['admin']['admin']} {$arrowcode['a.loginname']}
|
||||
</th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['admin']['lastlogin_succ']}</th>
|
||||
<th>{$lng['admin']['lastlogin_succ']}</th>
|
||||
<th></th>
|
||||
<th>{\Froxlor\I18N\Lang::getAll()['panel']['options']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -61,7 +61,7 @@ $header
|
||||
<if (\Froxlor\User::getAll()['customers_used'] < \Froxlor\User::getAll()['customers'] || \Froxlor\User::getAll()['customers'] == '-1') && 15 < \Froxlor\User::getAll()['customers_used'] >
|
||||
<div class="overviewadd">
|
||||
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
||||
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{\Froxlor\I18N\Lang::getAll()['admin']['customer_add']}</a>
|
||||
<a href="{$linker->getLink(array('section' => 'customers', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['customer_add']}</a>
|
||||
</div>
|
||||
</if>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user