summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 12:13:22 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 12:13:22 -0500
commit0e3c8d77a489fc5634cec9b0c95fff7fca4ea4b0 (patch)
tree9ce2d3b8c2b7309f6938f7bb3cf182dc316b329a /templates
parent5c6319e71df90b5adf98d145c06095d64356c311 (diff)
downloadfisheye-0e3c8d77a489fc5634cec9b0c95fff7fca4ea4b0.tar.gz
fisheye-0e3c8d77a489fc5634cec9b0c95fff7fca4ea4b0.tar.bz2
fisheye-0e3c8d77a489fc5634cec9b0c95fff7fca4ea4b0.zip
clean up navbar
Diffstat (limited to 'templates')
-rw-r--r--templates/list_galleries.tpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/list_galleries.tpl b/templates/list_galleries.tpl
index 4b9fa7d..7d32308 100644
--- a/templates/list_galleries.tpl
+++ b/templates/list_galleries.tpl
@@ -9,7 +9,7 @@
</header>
<section class="body">
- <ul class="list-inline navbar sortby">
+ <ul class="list-inline sortby">
<li>{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="sort by" iforce="icon"}</li>
{if $gBitSystem->isFeatureActive('fisheye_list_title')}
<li>{smartlink ititle="Gallery Name" isort="title" user_id=$gQuerUserId offset=$iMaxRows home=$userInfo.login search=$iSearchString}</li>
@@ -26,9 +26,6 @@
{if $gBitSystem->isFeatureActive('fisheye_list_hits')}
<li>{smartlink ititle="Hits" isort="hits" user_id=$gQuerUserId offset=$iMaxRows home=$userInfo.login search=$iSearchString}</li>
{/if}
- <li>
- {pagination}
- </li>
</ul>
<div class="form-group">
@@ -88,6 +85,10 @@
</div>
</div>
+ <nav>
+ {pagination}
+ </nav>
+
</section> <!-- end .body -->
</div> <!-- end .fisheye -->
{/strip}