diff --git a/templates/post-queue.tpl b/templates/post-queue.tpl index 5ed3b56..98083c2 100644 --- a/templates/post-queue.tpl +++ b/templates/post-queue.tpl @@ -2,78 +2,75 @@
- +
-
-
- [[post-queue:post-queue]] -
- - +
+ {{{ if !posts.length }}}

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

- + {{{ end }}} + + {{{ each posts }}} +
+
+ {{{ if posts.data.tid }}}[[post-queue:reply]]{{{ else }}}[[post-queue:topic]]{{{ end }}} + +
+
-
- - - - - - - - - - - - - - - - - + {{{if !posts.data.tid}}} - + {{{end}}} - - - - - - - -
[[post-queue:user]][[post-queue:category]][[post-queue:title]][[post-queue:content]] [[post-queue:posted]]
- - {posts.user.username} - +
+
+ [[post-queue:user]] +
+ {{{ if posts.user.userslug}}} + {buildAvatar(posts.user, "24", true, "not-responsive")} {posts.user.username} + {{{ else }}} {posts.user.username} - -
- - {posts.category.name} - - - - [[post-queue:reply-to, {posts.topic.title}]] - + {{{ end }}} + + +
+ [[post-queue:category]]{{{ if posts.data.cid}}} {{{ end }}} + +
+
+ {{{ if posts.data.tid }}}[[post-queue:topic]]{{{ else }}}[[post-queue:title]] {{{ end }}} +
+ {{{ if posts.data.tid }}} + {posts.topic.title} + {{{ end }}} {posts.data.title} -
{posts.data.content} - - -
- - -
-
+
+
+
+
+ [[post-queue:content]] +
{posts.data.content}
+ +
+
+
- - + {{{ end }}}
+ +
\ No newline at end of file