diff --git a/templates/post-queue.tpl b/templates/post-queue.tpl index ada5bc2..21fe75d 100644 --- a/templates/post-queue.tpl +++ b/templates/post-queue.tpl @@ -24,11 +24,17 @@
- {{{ if !posts.length }}} - {{{ if isAdmin }}} -

- [[post-queue:description, {config.relative_path}/admin/settings/post#post-queue]] -

+ {{{ if (!posts.length && isAdmin) }}} + {{{ if !singlePost }}} +
+

[[post-queue:no-queued-posts]]

+ {{{ if !enabled }}}

[[post-queue:enabling-help, {config.relative_path}/admin/settings/post#post-queue]]

{{{ end }}} +
+ {{{ else }}} +
+

[[post-queue:no-single-post]]

+

[[post-queue:back-to-list]]

+
{{{ end }}} {{{ end }}}