Koha/koha-tmpl/intranet-tmpl/prog/en/modules
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
..
acqui Bug 27287: Make note fields from orders history searchable 2021-10-21 12:24:04 +02:00
admin Bug 29052: Make consistent use of spans and div with hint class 2021-10-21 12:24:04 +02:00
authorities
basket
batch Bug 29244: Add dialog class where missing in print-notices.tt 2021-10-21 12:24:04 +02:00
catalogue Bug 29284: Don't die on analytics searching error 2021-10-25 14:08:00 +02:00
cataloguing Bug 28445: Use the task queue for the batch delete and update items tool 2021-10-18 11:28:40 +02:00
circ Bug 28084: Standardize: Cardnumber, Card number, Card 2021-10-21 12:24:04 +02:00
clubs Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
common
course_reserves
errors
ill Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
installer Bug 19185: Ease elements selection 2021-10-25 11:27:40 +02:00
labels Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
mana
members Bug 29309: (follow-up) Change 'Pay fines' to 'Pay charges' 2021-10-25 14:08:06 +02:00
offline_circ
onboarding
patron_lists Bug 16446: (follow-up) Fix translation and adjust radio buttons 2021-10-21 12:24:04 +02:00
patroncards
plugins
pos Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
reports Bug 29186: (QA follow-up) Correct the check for showing limit menu 2021-10-25 14:08:06 +02:00
reserve Bug 29270: Remove flatpickr instantiation from request.tt 2021-10-25 13:56:32 +02:00
reviews
rotating_collections
serials Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
services
suggestion
tags Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
test
tools Bug 29231: Add missing Flatpickr to inventory page 2021-10-21 12:24:04 +02:00
virtualshelves
about.tt Bug 29209: Credits for Saxion in Dutch translation 2021-10-15 11:34:26 +02:00
auth.tt
intranet-main.tt Bug 29020: Add link on the mainpage for users without admin access 2021-10-19 09:29:09 +02:00