diff --git a/src/views/post-queue.tpl b/src/views/post-queue.tpl index 37293694a1..1070841e93 100644 --- a/src/views/post-queue.tpl +++ b/src/views/post-queue.tpl @@ -30,12 +30,16 @@
- {{{ 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 }}}