﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
4628,Make post status more visible on Manage/Posts tab,tellyworth,anonymous,"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 */ }
}}}

",enhancement,closed,normal,2.3,Administration,,normal,fixed,,
