[wp-trac] [WordPress Trac] #4628: Make post status more visible on Manage/Posts tab

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 13 04:00:41 GMT 2007


#4628: Make post status more visible on Manage/Posts tab
----------------------------+-----------------------------------------------
 Reporter:  tellyworth      |       Owner:  anonymous  
     Type:  enhancement     |      Status:  new        
 Priority:  normal          |   Milestone:  2.3 (trunk)
Component:  Administration  |     Version:             
 Severity:  normal          |    Keywords:             
----------------------------+-----------------------------------------------
 It's often difficult or impossible to distinguish between different post
 status types on the Manage/Posts page.

 This patch adds a new CSS class to each table row based on the post_status
 value: 'status-publish', 'status-draft', 'status-future', etc.

 I haven't changed the admin CSS to take advantage of this; I'll leave that
 task for the design experts.  Example CSS selectors below:

 {{{
 #the-list tr.status-future { /* future row */ }
 #the-list tr.status-draft td { /* draft cell */ }
 #the-list tr.status-publish th { /* published heading */ }
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4628>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list