Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
user system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Aug 2006 at 19:12 UTC
Updated:
6 Jun 2007 at 20:12 UTC
Jump to comment: Most recent file
- Add whitespace between modules for increased readability.
- Add role labels every third module header. Increases the ability to map checkboxes to roles without being too busy.
- Use th cells instead of td for module headers.
- Removes the 'click a role header to view only that role' feature. It breaks the expectation of what should happen when clicking a table header (it should sort) and the need is reduced by increased labeling.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | user_68.patch | 7.15 KB | drumm |
| #1 | user_67.patch | 7.14 KB | drumm |
| screenshot_27.png | 37.26 KB | drumm |
Comments
Comment #1
drummAnd a patch.
Comment #2
drummComment #3
drummI made the roles in the module headers slightly darker to make the contrast just high enough to be compliant to W3C accessibility guidelines.
Comment #4
mcurry commentedI like this. Question: why not repeat the header on every module?
(I'd love to figure out how to keep the header row visible at the top when I scroll.. I've seen that done around the web, but I think the HTML markup is probably too ugly/fragile.)
Comment #5
dries commented- Repeat the roles on every module. It feels 'buggy' not to.
- What is strange about this table is that the headers have a white background but that the actual content has a grey background. It feels 'inverse' to me.
- I'd sprinkle some code comments around.
Comment #6
mcurry commentedI like the feature that allows the user to click the role name to show only that role. In fact, I didn't know that feature existed, until I saw this patch. That's what I get for not digging deeper!
I'd never expect clicking on the role name to sort by that column, since the column is a bunch of checkboxes...
Comment #7
drummWhen I get a chance to rewrite this and add the role links back in and other suggestions. Really its what we currently have with the 'Filter by: [ ..... |v]' convention on other admin pages now. A separtate patch (anybody else want to do that one?) can handle that.
Comment #8
dmitrig01 commentedComment #9
webernet commentedThe header row now scrolls with the page.