Additional entry status "Published" added.
Also changed the overlong label text for scheduled entries. Both need new or changed lang constants.
This commit is contained in:
parent
4e923e1aeb
commit
756c47980d
templates/2k11/admin
@ -162,7 +162,10 @@
|
||||
{/if}
|
||||
</span>
|
||||
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
|
||||
<span class="entry_status status_future">{$CONST.ENTRY_PUBLISHED_FUTURE}</span>
|
||||
<span class="entry_status status_future">Scheduled{* $CONST.ENTRY_PUBLISHED_FUTURE *}</span>{* i18n *}
|
||||
{/if}
|
||||
{if ($entry.timestamp < $serverOffsetHour) && !$entry.isdraft}
|
||||
<span class="entry_status status_published">Published</span> {* i18n *}
|
||||
{/if}
|
||||
{if $entry.ep_is_sticky}
|
||||
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
|
||||
|
@ -58,7 +58,7 @@
|
||||
<li><a class="button_link" href="?serendipity[action]=admin&serendipity[adminModule]=entries&serendipity[adminAction]=edit&serendipity[id]={$entry.id}" title="{$CONST.EDIT} #{$entry.id}"><span class="icon-edit"></span><span class="visuallyhidden"> {$CONST.EDIT}</span></a></li>
|
||||
</ul>
|
||||
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour) && $entry.isdraft == "false"}
|
||||
<span class="entry_status status_future">{$CONST.ENTRY_PUBLISHED_FUTURE}</span>
|
||||
<span class="entry_status status_future">Scheduled{* $CONST.ENTRY_PUBLISHED_FUTURE *}</span>{* i18n *}
|
||||
{/if}
|
||||
{if $entry.ep_is_sticky}
|
||||
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user