https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16949 --- Comment #3 from Marc Véron <veron@veron.ch> --- (In reply to Marc Véron from comment #2)
Hi Aleisha,
What do you think about having a different message if no record is selected?
Maybe something like: (...) [% ELSIF op == 'report' %] [% IF report.total_records == 0 %] No records were selected for deletion! [% ELSIF report.total_records == report.total_success %] All records have been deleted successfully! [% ELSIF report.total_success == 0 %] No record has been deleted. An error occurred. [% ELSE %] (...)
Marc
...and maybe an additional link back to the previous screen to give the opportunity to select records. -- You are receiving this mail because: You are watching all bug changes.