[Koha-bugs] [Bug 660] New: HTML template bugs

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue Nov 4 09:23:19 CET 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=660

           Summary: HTML template bugs
           Product: Koha
           Version: 2.0.0
          Platform: Other
        OS/Version: Linux - Redhat
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Templates
        AssignedTo: oleonard at athenscounty.lib.oh.us
        ReportedBy: tjkotula at i4free.co.nz
         QAContact: koha-bugs at lists.sourceforge.net


Ran a couple of koha2.0pre5 HTML files (acquisitions.htm and another one) 
through my HTML checker and it reported the following errors. Because browsers 
are quite forgiving I don't know how much of an issue it is, however it may 
point you to some real bugs. Personally #4 and #5 bug me (pun intended) a bit, 
as tables do not look the way they are meant to.

1. <body> definition has 3366cc color, but has no corresponding attribute
2. style tag should be included in the <head> and not the <body>
3. <TD align=center> attribute should be used instead of <TD align=middle>
4. my IE5.5 does not render <TR
background="/intranet-tmpl/default/en/images/background-mem.gif"> (rows are
white. However <TH background="..."> works fine). Maybe tr.colored
{background: #cccccc} style construct would be more portable.
5. <blockquote> breaks my IE5.5, as it makes some rows go off the screen to
the right hence causing unnecessary horizontal scroll bars. Resizing the window 
does not help. Maybe <table width="95%"> would be more portable.
6. The "name" attribute is not valid for the "DIV" element.

I'm assuming 'templates' is the right component to log it against - if not feel 
free to reassign. Mind you my suggestions are just that - I haven't played with 
them to see what they break :-)



------- 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