From 0413a838d335c1c332e79468a1da7b6f4261420e Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sun, 11 May 2014 22:09:59 +0200 Subject: [PATCH] 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. --- templates/2k11/admin/entries.inc.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/2k11/admin/entries.inc.tpl b/templates/2k11/admin/entries.inc.tpl index 7af51d04..02b09ae0 100644 --- a/templates/2k11/admin/entries.inc.tpl +++ b/templates/2k11/admin/entries.inc.tpl @@ -164,9 +164,6 @@ {if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)} {$CONST.SCHEDULED} {/if} - {if ($entry.timestamp < $serverOffsetHour) && !$entry.isdraft} - {$CONST.PUBLISHED} - {/if} {if $entry.ep_is_sticky} {$CONST.STICKY_POSTINGS} {/if}