From 685f4e2998ba782b03bd0488131a6e1665de0955 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 21 Aug 2008 01:14:03 +0000 Subject: - tried to reduce the number of css rules and selectors (most gains on menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3 git-svn-id: http://piwigo.org/svn/trunk@2480 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/comment_list.tpl | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 template/yoga/comment_list.tpl (limited to 'template/yoga/comment_list.tpl') diff --git a/template/yoga/comment_list.tpl b/template/yoga/comment_list.tpl new file mode 100644 index 000000000..334b07a1a --- /dev/null +++ b/template/yoga/comment_list.tpl @@ -0,0 +1,32 @@ +{* $Id$ *} +{foreach from=$comments item=comment} +
+ {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}] + +
  • {/if} + + {if isset($comment.U_VALIDATE)} +
  • + + [validate] + +
  • {/if} +
+ {/if} + {$comment.AUTHOR} - {$comment.DATE} +
+ +
{$comment.CONTENT}
+
+
+{/foreach} + -- cgit v1.2.3