[Koha-bugs] [Bug 682] New: Move HTML out of addbiblio.pl

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Dec 3 21:54:54 CET 2003


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 at cmsd.bc.ca
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at 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.




More information about the Koha-bugs mailing list