[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-bugs] [Bug 660] New: HTML template bugs
From: |
bugzilla-daemon |
Subject: |
[Koha-bugs] [Bug 660] New: HTML template bugs |
Date: |
4 Nov 2003 08:23:19 -0000 |
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: address@hidden
ReportedBy: address@hidden
QAContact: address@hidden
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-bugs] [Bug 660] New: HTML template bugs,
bugzilla-daemon <=