https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16949

Marc Véron <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Marc Véron <[email protected]> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to