1
0

fix not displaying is_sticky flagged entry in dashboard

References #260 and #261
This commit is contained in:
Ian
2015-01-15 11:53:44 +01:00
parent b07a835629
commit 9ab0e57389

View File

@ -95,7 +95,7 @@
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour) && $entry.isdraft == "false"}
<span class="entry_status status_future" title="{$CONST.SCHEDULED}: {$CONST.ENTRY_PUBLISHED_FUTURE}">{$entry.timestamp|@formatTime:$CONST.DATE_FORMAT_SHORT}</span>
{/if}
{if $entry.ep_is_sticky}
{if $entry.properties.ep_is_sticky}
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
{/if}
{if $entry.isdraft == "true"}