Closed (fixed)
Project:
Drupal core
Component:
comment.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Aug 2005 at 01:20 UTC
Updated:
11 Oct 2005 at 18:20 UTC
Jump to comment: Most recent file
A couple themers have told me that the pagers do not belong in the last row of tables. Here is a big patch to move them all.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | comment.module_14.diff | 1.12 KB | drumm |
| pagers.patch | 10.87 KB | drumm |
Comments
Comment #1
factoryjoe commentedThis is a good idea because tables should only contain related data. Pagers are not part of the data set and therefore belong *outside* the table.
Additionally, if marked up correctly with
theadandtfoot, printing the page will result in headers and footers being repeated on each page. With the footer, this feature would be very confusing.There may be accessibility issues as well related to the non-semantic placement of the pager, but I'm not an expert on such issues.
Comment #2
dries commentedIf no one objects, I'll commit this patch in the next day or two. When so, this information must be added to a UI guidelines document.
Comment #3
drummSetting the status. I haven't noticed any conflicting patches happen, so I assume this still applies.
Comment #4
dries commentedYou missed a pager in the comment.module.
Can you update the coding guidelines?
Comment #5
dries commentedCommitted to HEAD. Comment.module needs some work. Thanks, Neil.
Comment #6
drummHere is a patch for the comment module.
Comment #7
dries commentedCommitted to HEAD.
Comment #8
(not verified) commented