aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-03-24 20:33:18 +0000
committermistic100 <mistic@piwigo.org>2012-03-24 20:33:18 +0000
commitbab1dbfcfb2f0bf3b04ace1b5001d3a5a356c043 (patch)
treed46ac57034aaba56ec8c99ad640914a072621c39 /themes/default/template
parentd8dd5560e6b6707e982decd6b7975a33417bb471 (diff)
feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl
git-svn-id: http://piwigo.org/svn/trunk@13697 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-rw-r--r--themes/default/template/comment_list.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl
index 534d04bd7..315cbfe07 100644
--- a/themes/default/template/comment_list.tpl
+++ b/themes/default/template/comment_list.tpl
@@ -1,18 +1,18 @@
{if isset($comment_derivative_params)}
{strip}{html_style}
-.thumbnailCategory DIV.illustration{ldelim}
+.commentElement DIV.illustration{ldelim}
width: {$comment_derivative_params->max_width()+5}px;
}
-.content .thumbnailCategory .description{ldelim}
+.content .commentElement .description{ldelim}
height: {$comment_derivative_params->max_height()+5}px;
}
{/html_style}{/strip}
{/if}
-<ul class="thumbnailCategories">
+<ul class="commentsList">
{foreach from=$comments item=comment name=comment_loop}
<li>
- <div class="thumbnailCategory {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
+ <div class="commentElement {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
{if isset($comment.src_image)}
<div class="illustration">
<a href="{$comment.U_PICTURE}">