60 lines
1.7 KiB
Smarty
60 lines
1.7 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/templates_big.png" alt="" />
|
|
{$lng['admin']['plans']['plans']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<form action="{$linker->getLink(array('section' => 'plans'))}" method="post" enctype="application/x-www-form-urlencoded">
|
|
<input type="hidden" name="s" value="$s"/>
|
|
<input type="hidden" name="page" value="$page"/>
|
|
<div class="overviewsearch">
|
|
{$searchcode}
|
|
</div>
|
|
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'plans', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['plans']['add']}</a>
|
|
</div>
|
|
|
|
<table class="full hl">
|
|
<thead>
|
|
<tr>
|
|
<th>{$lng['admin']['plans']['name']} {$arrowcode['p.name']}</th>
|
|
<th>{$lng['admin']['plans']['description']} {$arrowcode['p.description']}</th>
|
|
<th>{$lng['admin']['admin']} {$arrowcode['adminname']}</th>
|
|
<th>{$lng['admin']['plans']['last_update']} {$arrowcode['p.ts']}</th>
|
|
<th>{$lng['panel']['options']}</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<if $pagingcode != ''>
|
|
<tfoot>
|
|
<tr>
|
|
<td colspan="5">{$pagingcode}</td>
|
|
</tr>
|
|
</tfoot>
|
|
</if>
|
|
|
|
<tbody>
|
|
$plans
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
|
|
<if 15 < $count>
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'plans', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['plans']['add']}</a>
|
|
</div>
|
|
</if>
|
|
|
|
</section>
|
|
|
|
</article>
|
|
$footer
|