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:
parent
542917efea
commit
0413a838d3
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user