From 9a33a4ea663becff978d5a03348d23f5b18907e5 Mon Sep 17 00:00:00 2001 From: grum Date: Mon, 5 Apr 2010 20:49:32 +0000 Subject: bug 1580 - remove some hard coded markup (move them to the template) git-svn-id: http://piwigo.org/svn/trunk@5682 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'themes/default/template/comment_list.tpl') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index 117979bce..c3e5eb791 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -40,16 +40,16 @@ {if isset($comment.IN_EDIT)}
-
- {'Edit a comment'|@translate} - - - - -
+
+ {'Edit a comment'|@translate} + + + + +
- {else} -
{$comment.CONTENT}
+ {else} +
{$comment.CONTENT}
{/if} -- cgit v1.2.3