diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php index a01c6425..3f36ab2b 100644 --- a/bl-kernel/admin/views/content.php +++ b/bl-kernel/admin/views/content.php @@ -134,7 +134,7 @@ function table($type) { .'
-

'.( ((ORDER_BY=='position') || ($type!='published'))?$L->g('Position').': '.$page->position():$page->date(MANAGE_CONTENT_DATE_FORMAT) ).'

+

'.( ($type=='scheduled')?$L->g('Scheduled').': '.$page->date(SCHEDULED_DATE_FORMAT):$page->date(MANAGE_CONTENT_DATE_FORMAT) ).'

'; diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php index 3565791b..e4f1867e 100644 --- a/bl-kernel/admin/views/edit-content.php +++ b/bl-kernel/admin/views/edit-content.php @@ -72,9 +72,14 @@ echo Bootstrap::formOpen(array( p('Cancel') ?> + draft()): ?>
p('the-content-is-saved-as-a-draft-to-publish-it') ?>
+ + scheduled()): ?> +
p('scheduled') ?>: date(SCHEDULED_DATE_FORMAT) ?>
+