diff options
author | makefu <github@syntax-fehler.de> | 2019-01-28 08:29:19 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-01-28 08:29:19 +0100 |
commit | 0ead7ae0a71247581eb968c701e02af782424cd0 (patch) | |
tree | 27bf483bf988ade373a202e54fec101fc0c10b09 /krebs/2configs/shack/ympd-top-next.patch | |
parent | dbf0926f8b702633e37259fd411d4c16242b7740 (diff) |
k shack/ympd: add next and prev buttons at top
Diffstat (limited to 'krebs/2configs/shack/ympd-top-next.patch')
-rw-r--r-- | krebs/2configs/shack/ympd-top-next.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/krebs/2configs/shack/ympd-top-next.patch b/krebs/2configs/shack/ympd-top-next.patch new file mode 100644 index 000000000..fd424f11a --- /dev/null +++ b/krebs/2configs/shack/ympd-top-next.patch @@ -0,0 +1,16 @@ +diff --git a/htdocs/index.html b/htdocs/index.html +index ed77279..eaf92b6 100644 +--- a/htdocs/index.html ++++ b/htdocs/index.html +@@ -76,6 +76,11 @@ + + <div class="col-md-10 col-xs-12"> + <div class="notifications top-right"></div> ++ ++ <ul class="pager"> ++ <li id="prev" class="page-btn hide"><a href="">Previous</a></li> ++ <li id="next" class="page-btn"><a href="">Next</a></li> ++ </ul> + + <div class="panel panel-primary"> + <!-- Default panel contents --> |