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

@@ -15,12 +15,10 @@ $header
{$searchcode}
</div>
<if 15 < $count>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/ipsports_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
</div>
</if>
<table class="bradius">
<thead>
@@ -55,10 +53,12 @@ $header
</form>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/ipsports_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
</div>
<if 15 < $count>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/ipsports_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'ipsandports', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['ipsandports']['add']}</a>
</div>
</if>
</section>