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

--- Comment #3 from Marc Véron <[email protected]> ---
(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.
_______________________________________________
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