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

42 lines
1.2 KiB
Smarty

$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/phpsettings.png" alt="" />&nbsp;
{$lng['menue']['phpsettings']['maintitle']}
</h2>
</header>
<section>
<if 15 < $count>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/phpsettings_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a>
</div>
</if>
<table class="bradius">
<thead>
<tr>
<th>{$lng['admin']['phpsettings']['description']}</th>
<th>{$lng['admin']['phpsettings']['activedomains']}</th>
<th>{$lng['admin']['phpsettings']['binary']}</th>
<th>{$lng['admin']['phpsettings']['file_extensions']}</th>
<th>{$lng['panel']['options']}</th>
</thead>
<tbody>
$tablecontent
</tbody>
</table>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/phpsettings_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a>
</div>
</section>
</article>
$footer