From: Wolfram Schneider Date: Wed, 21 Jan 2015 13:28:13 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=31b71364510f02daa1219b4a6dc91ecd8a838729;hp=d7f1128baeef8abab168cf28d937ea5583b99fc6 Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws --- diff --git a/src/templates/pager.handlebars b/src/templates/pager.handlebars index 55768e8..ad93f74 100644 --- a/src/templates/pager.handlebars +++ b/src/templates/pager.handlebars @@ -13,13 +13,13 @@ pages: number - page number click - script to go to this page unless it is the current one }} -
+
{{mkws-translate "Displaying"}}: {{first}} {{mkws-translate "to"}} {{last}} {{mkws-translate "of"}} {{count}} ({{{mkws-translate "found"}}}: {{found}})
-
+
{{#if prevClick}} << {{{mkws-translate "Prev"}}} | {{else}} diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 6fb6ec3..4727255 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -183,6 +183,14 @@ padding: 0.3em; } +.mkws-pager-desc { + float: right; +} + +.mkws-pager-list { + float: clear; +} + .mkwsTargets table thead tr td, .mkws-targets table thead tr td { background-color: #132194; color: white;