[wp-trac] [WordPress Trac] #6264: Alternate highlighting doesn't
extend all way down a list of posts
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 17 22:03:11 GMT 2008
#6264: Alternate highlighting doesn't extend all way down a list of posts
----------------------------+-----------------------------------------------
Reporter: johnhennmacc | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: Administration | Version: 2.5
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
20 posts at a time are now listed on the Manage Posts page rather than 16
as before and The result is that the alternation of row background colours
only extends part way down the table (a darker background makes it more
obvious).
One way to fix it is to change line 27 in wp-admin/edit-post-rows from the
following:
$class = ( $i_post > 15 || 'alternate' == $class) ? '' : 'alternate';
to:
$class = ( $i_post > 19 || 'alternate' == $class) ? '' : 'alternate';
--
Ticket URL: <http://trac.wordpress.org/ticket/6264>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list