Remove "Published" status in entries list.

It makes it harder to spot "Draft", "Sticky" and "Scheduled", and
we don't have a good solution to distinguish those by color. Might
come in a 2.0.x, though.
This commit is contained in:
Matthias Mees 2014-05-11 22:09:59 +02:00
parent 542917efea
commit 0413a838d3

View File

@ -164,9 +164,6 @@
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
<span class="entry_status status_future">{$CONST.SCHEDULED}</span>
{/if}
{if ($entry.timestamp < $serverOffsetHour) && !$entry.isdraft}
<span class="entry_status status_published">{$CONST.PUBLISHED}</span>
{/if}
{if $entry.ep_is_sticky}
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
{/if}