summaryrefslogtreecommitdiff
path: root/templates/article_display.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/article_display.tpl')
-rw-r--r--templates/article_display.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/article_display.tpl b/templates/article_display.tpl
index 1dd4358..5a70335 100644
--- a/templates/article_display.tpl
+++ b/templates/article_display.tpl
@@ -25,7 +25,7 @@
<div class="date">
{if $article.show_author eq 'y'}
{* can't really use the link here since it only works when the user uses his login name *}
- {$article.author_name}&nbsp;
+ {displayname hash=$article}&nbsp;
{/if}
{if $article.show_pubdate eq 'y'}
@@ -105,7 +105,7 @@
</div>
{if $article.status_id == $smarty.const.ARTICLE_STATUS_PENDING && !$preview}
- <div class="control-group column-group gutters">
+ <div class="form-group">
{formlabel label="Approve or deny Submission"}
{forminput}
{if $gContent->hasUserPermission( 'p_articles_approve_submission' )}