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,13 +15,11 @@
{$searchcode}
</div>
<if 15 < $count >
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/htaccess_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
</div>
</if>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/htaccess_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
</div>
<table class="bradius">
<thead>
<tr>
@@ -52,11 +50,13 @@
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
</p>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/htaccess_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
</div>
<if 15 < $count >
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/htaccess_add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'extras', 'page' => 'htaccess', 'action' => 'add'))}">{$lng['extras']['pathoptions_add']}</a>
</div>
</if>
</section>
</article>