From 0b32dd4c0bd53092fed21a0262dce0ebbd2afb9f Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 22 Aug 2008 00:45:03 +0000 Subject: - further reduce css rules and remove unused ones - added a smarty prefilter so that html output is nicely indented now ... git-svn-id: http://piwigo.org/svn/trunk@2481 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/comment_list.tpl | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'template/yoga/comment_list.tpl') diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl index 334b07a1a..320f79717 100644 --- a/template/yoga/comment_list.tpl +++ b/template/yoga/comment_list.tpl @@ -1,32 +1,37 @@ {* $Id$ *} {foreach from=$comments item=comment} -
- {if isset($comment.TN_SRC)} - {$comment.ALT} - {/if} -
+
+ {if isset($comment.TN_SRC)} +
+ + {$comment.ALT} + +
+ {/if} +
{if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) }
    {if isset($comment.U_DELETE)} -
  • +
  • - [{'delete'|@translate}] + [delete] -
  • {/if} - + + {/if} {if isset($comment.U_VALIDATE)} -
  • +
  • - [validate] + [validate] -
  • {/if} + + {/if}
{/if} {$comment.AUTHOR} - {$comment.DATE} +
{$comment.CONTENT}
- -
{$comment.CONTENT}
+ {if isset($comment_separator)}
+ {/if} {/foreach} - -- cgit v1.2.3