https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18308
--- Comment #78 from Jonathan Druart <[email protected]> --- 1. Only one occurrence of passwordlengthhint koha-tmpl/intranet-tmpl/prog/css/installer.css:#passwordlengthhint 2. Do we really need the warning when adding/editing a patron? BTW, $warning is not needed, memberentry.pl 177 my $warning = 1; 178 $template->param("passwordwarning"=>$warning); 3. Just a though, next time we add a "step" we will need to rethink the template. The shift is terrible. And hard to see the real changes. Not passing QA for 2, waiting for another QA point of view. -- 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/
