http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13218
--- Comment #15 from Frédéric Demians <[email protected]> --- Comment on attachment 33747 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33747 Bug 13218 - fixing acquisitions z39.50 interface to be consistent with the others. Review of attachment 33747: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13218&attachment=33747) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ +99,5 @@ > + <li><label for="controlnumber">Control no.: </label> <input > type="text" id="controlnumber" name="controlnumber" value="" /></li> > + <li><label for="author">Author: </label> <input type="text" > id="author" name="author" value="[% author %]" /></li> > + <li><label for="issn">ISSN: </label> <input type="text" > id="issn" name="issn" value="[% issn %]" /></li> > + <li> <label for="subject">Subject heading: </label> <input > type="text" id="subject" name="subject" value="" /></li> > + <li><label for="dewey">Dewey: </label> <input type="text" > id="dewey" name="dewey" value="" /></li></ol> At the end of the line, there is a </ol> which shouldn't be there. I've missed it when signing-off the patch. Could you fix that? -- 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/
