http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 Summary: cataloging value plugin forms should be valid XHTML Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: galen.charlton@liblime.com Estimated Hours: 0.0 Change sponsored?: --- As a special subset of the general requirement that Koha's staff and public interfaces produce valid XHTML, most of the cataloging value plugins (e.g., for the MARC21 Leader and fixed fields) do not produce valid XHTML. The header for most cataloging plugin templates should be something like this: <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> <title>Koha › Cataloging › Leader builder</title> <!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> </head> <body> <form name="f_pop" onsubmit="javascript:report()" action="#"> <input type="hidden" name="plugin_name" value="marc21_leader.pl" />\ and the footer <!-- TMPL_INCLUDE NAME="popup-bottom.inc" --> Note that as a result of including doc-head-close.inc, it will be possible to use the standard CSS to style the forms. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.