Moved links fpr adding stuff to top of table, fixed position of search

This commit is contained in:
BNoiZe
2013-10-30 14:56:41 +01:00
parent 5d8906f1d8
commit 2852589598
17 changed files with 98 additions and 97 deletions

View File

@@ -9,12 +9,10 @@ $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>
@@ -29,11 +27,13 @@ $header
$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>
<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>
</section>