http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15584
--- Comment #17 from Jonathan Druart <[email protected]> --- (In reply to Owen Leonard from comment #16) > I think the essence of the issue is: Is it useful to the user to have a > different style for 'alerts' and 'errors?' Would it convey information to > them which helps them understand what's going on? In a perfect world, we should not display the error messages after the user has submitted the form, because the values filled are lost. The check should be done when filling the form. IMO it would make sense to separate the 2 behaviors: alert the user that a choice must be made, or display an error because something wrong happened (i.e. the code needs to be fixed to prevent that). If you don't think it's necessary, I can provide a global fix to correct all occurrences. -- 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/
