Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports
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
..
csv Bug 29271: (QA follow-up) Add missing filter 2021-10-21 10:09:51 +02:00
acquisitions_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
bor_issues_top.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
borrowers_out.tt Bug 28949: Use Flatpickr on reports pages 2021-10-05 10:58:13 +02:00
borrowers_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
cash_register_stats.tt Bug 29271: (QA follow-up) Fetch and send descriptions to template 2021-10-21 10:09:51 +02:00
cat_issues_top.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
catalogue_out.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
catalogue_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
convert_report.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
dictionary.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
guided_reports_start.tt Bug 29186: (QA follow-up) Correct the check for showing limit menu 2021-10-25 14:08:06 +02:00
issues_avg_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
issues_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
itemslost.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
itemtypes.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
orders_by_budget.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00
reports-home.tt Bug 28454: Add Koha version number to database schema link in reports 2021-09-29 12:47:33 +02:00
reserves_stats.tt Bug 29240: Rename start_for with date_to 2021-10-19 14:08:09 +02:00
serials_stats.tt Bug 26703: reports folder 2021-04-21 11:16:35 +02:00