https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer <[email protected]> --- Hi Jeremy, Why do we not disable the form fields in the template instead of relying on the JavaScript do do it? And I think that would also work with Severine's request, as we then could and shoudl remove the class="required" in the form. + [% IF ( biblionumber ) %] + <label for="publishercode" class="required">Publisher:</label> + [% publishercode | html %] + [% ELSIF ( publishercode_required ) %] I feel like class="required" should be removed here? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
