From 152d07d752a6da15518d22deed573e1d26b8193c Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 5 Mar 2008 01:50:08 +0000 Subject: - admin comments, configuration, element_set_global, element_set_unit, thumbnail and double_select migration to smarty - fix in redirect.tpl git-svn-id: http://piwigo.org/svn/trunk@2249 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/comments.tpl | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'template/yoga/admin/comments.tpl') diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl index 4a4b5fef4..84b1677c6 100644 --- a/template/yoga/admin/comments.tpl +++ b/template/yoga/admin/comments.tpl @@ -1,31 +1,33 @@ - - +{* $Id$ *}
-

{lang:waiting} {TABSHEET_TITLE}

- {TABSHEET} +

{'waiting'|@translate} {$TABSHEET_TITLE}

+ {$TABSHEET}
-

{lang:User comments validation}

+

{'User comments validation'|@translate}

-
- +{if !empty($comments) } + + + {foreach from=$comments item=comment}
- -

{comment.AUTHOR} - {comment.DATE}

-
{comment.CONTENT}
+ +

{$comment.AUTHOR} - {$comment.DATE}

+
{$comment.CONTENT}
    -
  • -
  • +
  • +
- + {/foreach}

- - - - - + + + + +

+{/if} \ No newline at end of file -- cgit v1.2.3