http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=682 Summary: Move HTML out of addbiblio.pl Product: Koha Version: CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Acquisitions (Simple) AssignedTo: tonnesen@cmsd.bc.ca ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net addbiblio.pl builds some form fields to send to the template: $subfield_data{marc_value}="<input type=\"text\" name=\"field_value\" size=47 maxlength=255 DISABLE READONLY> <a href=\"javascript:Dopop('../thesaurus_popup.pl?category=$tagslib->{$tag}->{$subfield}->{thesaurus_category}&index=$i',$i)\">...</a>"; As long as HTML markup like this is in the Perl script, template-writers will be unable to fully customize the template or make it XHTML-compliant. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.