koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 682] New: Move HTML out of addbiblio.pl
Date: 3 Dec 2003 20:54:54 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]