[Bug 3211] New: cataloging value plugin forms should be valid XHTML
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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 --- Comment #1 from Galen Charlton <galen.charlton@liblime.com> 2009-05-08 20:11:40 --- Submitted patch for MARC21 bib leader plugin. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 --- Comment #2 from Galen Charlton <galen.charlton@liblime.com> 2009-05-11 13:00:05 --- Pushed patch for MARC21 leader plugin. -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> 2009-07-22 17:50:02 --- Created an attachment (id=938) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=938) Corrections -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> 2009-07-22 17:50:27 --- Created an attachment (id=939) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=939) Corrections -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3211 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Galen Charlton <gmcharlt@gmail.com> 2009-07-31 02:30:10 --- Patches pushed HEAD. Although Total Validator still reports a handful of errors on most of the plugin pages, this is much improved - thanks! -- 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.
participants (1)
-
bugzilla-daemon@liblime.com