list_users does not use table class "generic"

Bug #537036 reported by Julian Lam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MacCMS
Fix Released
Medium
Julian Lam

Bug Description

The information in the user list page uses PHP to determine the odd and even
rows ($x&1), and then applies a particular CSS style to the individual cells.
Tables are used to format the information.

A more efficient method would be to use <div> tags, since that will allow the
background-color of the entire row to be changed by the ":hover" CSS tag,
instead of just the individual cell.

Might as well... since if you click on one cell, you can edit all of the fields
of the user.

Revision history for this message
Julian Lam (julian-lam) wrote :

Actually - because the information is tabular in and of itself, tables should be used, NOT <div>s!!

The CSS contained in the latest bazaar branch (or 0.7, when it is released) will have a table with class "generic", which can be used to style tables with column headers.

list_users should use these tables instead.

summary: - Rendering of user information in userlist page does not use <div>s
+ list_users does not use table class "generic"
Changed in maccms:
importance: Wishlist → Medium
assignee: nobody → Julian Lam (julian-lam)
milestone: none → 0.7
Julian Lam (julian-lam)
Changed in maccms:
status: Confirmed → In Progress
Julian Lam (julian-lam)
Changed in maccms:
status: In Progress → Fix Committed
Julian Lam (julian-lam)
Changed in maccms:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.