Add sticky post status to entries overview.

This commit is contained in:
Matthias Mees 2013-10-02 10:36:25 +02:00
parent 9e14904eb2
commit 5f2c8eb9dd

View File

@ -58,6 +58,9 @@
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour) && $entry.isdraft == "false"}
<span class="entry_status status_future">{$CONST.ENTRY_PUBLISHED_FUTURE}</span>
{/if}
{if $entry.ep_is_sticky}
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
{/if}
{if $entry.isdraft == "true"}
<span class="entry_status status_draft">{$CONST.DRAFT}</span>
{/if}