summaryrefslogtreecommitdiffstats
path: root/templates/pagenav.html
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-01 16:50:13 +0200
committerJonathan Bauer2016-04-01 16:50:13 +0200
commitdbc0d9614421e064cc62aacf116ebb783c83f2f3 (patch)
tree091844b8578ff1d9ac18edfd3cee3e63210133d7 /templates/pagenav.html
parent[ldapauth] Add homedir conf to ldap wizard (diff)
downloadslx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.gz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.tar.xz
slx-admin-dbc0d9614421e064cc62aacf116ebb783c83f2f3.zip
[merge] merging c3sl / fr - initial commit
Diffstat (limited to 'templates/pagenav.html')
-rw-r--r--templates/pagenav.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/pagenav.html b/templates/pagenav.html
deleted file mode 100644
index 93194999..00000000
--- a/templates/pagenav.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<ul class="pagination pagination-sm pull-right">
- {{#pages}}
- {{#current}}
- <li class="active"><a href="{{url}}page={{page}}">{{text}} <span class="sr-only">(current)</span></a></li>
- {{/current}}
- {{^current}}
- {{#text}}
- <li><a href="{{url}}page={{page}}">{{text}}</a></li>
- {{/text}}
- {{^text}}
- <li class="disabled"><a href="#">&hellip;</a></li>
- {{/text}}
- {{/current}}
- {{/pages}}
-</ul>
-<div class="clearfix"></div> \ No newline at end of file