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:description, {config.relative_path}/admin/settings/post#post-queue]]
- + {{{ end }}} + + {{{ each posts }}} +[[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}
- |
+
{{{if !posts.data.tid}}}
-
+
{{{end}}}
- {posts.data.content} | - -- - | -
-
-
-
-
- |
-