Browse Source

Bug 28445: (follow-up) Display count of modified items when too many to display

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11.x
Nick Clemens 3 years ago
committed by Jonathan Druart
parent
commit
31c2bfae5f
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc

2
koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc

@ -33,7 +33,7 @@
[% END %]
[% IF too_many_items_display %]
<p>Too many items ([% too_many_items_display | html %]): You have edited more than [% Koha.Preference('MaxItemsToDisplayForBatchMod') | html %] items in a batch, items will not be shown.</p>
<p>Too many items ([% report.modified_itemnumbers.size | html %]): You have edited more than [% Koha.Preference('MaxItemsToDisplayForBatchMod') | html %] items in a batch, items will not be shown.</p>
[% ELSIF items.size %]
[% PROCESS items_table_batchmod headers => item_header_loop, items => items, display_columns_selection => 1 %]
[% END %]

Loading…
Cancel
Save