Archived
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:
@@ -164,9 +164,6 @@
|
|||||||
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
|
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
|
||||||
<span class="entry_status status_future">{$CONST.SCHEDULED}</span>
|
<span class="entry_status status_future">{$CONST.SCHEDULED}</span>
|
||||||
{/if}
|
{/if}
|
||||||
{if ($entry.timestamp < $serverOffsetHour) && !$entry.isdraft}
|
|
||||||
<span class="entry_status status_published">{$CONST.PUBLISHED}</span>
|
|
||||||
{/if}
|
|
||||||
{if $entry.ep_is_sticky}
|
{if $entry.ep_is_sticky}
|
||||||
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
|
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user