From e5e776a263ba63407893a28df379f2ac8152680c Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 8 Nov 2006 04:28:30 +0000 Subject: - comments.php improvements: - unvalidated comments are shown only for administrators - added delete/validate icons for admins - removed some unused code - display of comment content performed through an event - replace some get_thumbnail_src with get_thumbnail_url git-svn-id: http://piwigo.org/svn/trunk@1598 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/comments.tpl | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'template/yoga/comments.tpl') diff --git a/template/yoga/comments.tpl b/template/yoga/comments.tpl index 6bf28d33b..8ba52d5ef 100644 --- a/template/yoga/comments.tpl +++ b/template/yoga/comments.tpl @@ -70,7 +70,7 @@ -

+

@@ -80,8 +80,19 @@
- -

{comment.AUTHOR} - {comment.DATE}

+ {comment.ALT} +

{comment.AUTHOR} - {comment.DATE} + + + [{lang:delete}] + + + + + [validate] + + +

{comment.CONTENT}

-- cgit v1.2.3