Closed
Bug 345291
Opened 19 years ago
Closed 18 years ago
Buglist cells should have classes
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 284914
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
(Keywords: ue)
Attachments
(1 file)
|
1.59 KB,
patch
|
wicked
:
review-
|
Details | Diff | Splinter Review |
I only have a note from my colleague but basically it should be easy for him to apply a complex checkerboard pattern of any kinda without having to rely on the complicated css3 feature which is barely supported.
there are two flavors:
1. bz_col_n (bz_col_1, bz_col_2, ...)
2. bz_col_name (bz_col_reporter bz_col_assignee, ...)
he didn't specifically ask for checkerboard, and we already offer even/odd, so the above two should be sufficient.
If it's possible to do this today w/ the column features, we couldn't figure out how, and most likely it doesn't work well in various browsers :)
Comment 2•18 years ago
|
||
Comment on attachment 250008 [details] [diff] [review]
more classifications?
>Index: mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl
>===================================================================
>+ <td class="bz_col_tweak-bug bz_col_[% column_number++ %]">
This line fails to compile because Template Toolkit says "parse error - list/table.html.tmpl line 174: unexpected end of directive".
Attachment #250008 -
Flags: review? → review-
Updated•18 years ago
|
OS: Windows XP → All
Hardware: PC → All
Summary: query result cells should have classes → Buglist cells should have classes
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•