Koha/koha-tmpl/intranet-tmpl/prog
Owen Leonard 033ce601a3 Bug 29186: (QA follow-up) Correct the check for showing limit menu
The template conditional for showing the limit menu should be changed
to:

[% IF ( unlimited_total > 10 && limit <= 1000 ) %]

- "unlimited_total > 10" so that the "rows per page" button only shows
  if there are more than 10 total results, because 10 is the smallest
  increment the "rows per page" control offers.
- "limit <= 1000" so that the "rows per page" button will show when the
  current result limit is less than or equal to 1000, because 1000 is
  the upper limit to the "rows per page" control.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-25 14:08:06 +02:00
..
css Bug 29052: Compiled CSS 2021-10-21 12:24:04 +02:00
en Bug 29186: (QA follow-up) Correct the check for showing limit menu 2021-10-25 14:08:06 +02:00
img Bug 28321: Use template block for display of items in search results 2021-10-05 10:58:13 +02:00
js Bug 29278: Fix selector of hint used to show age 2021-10-25 13:56:35 +02:00
pdf
sound