Ignore:
Timestamp:
Mar 24, 2012, 9:33:18 PM (12 years ago)
Author:
mistic100
Message:

feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/comment_list.tpl

    r12930 r13697  
    11{if isset($comment_derivative_params)}
    22{strip}{html_style}
    3 .thumbnailCategory DIV.illustration{ldelim}
     3.commentElement DIV.illustration{ldelim}
    44        width: {$comment_derivative_params->max_width()+5}px;
    55}
    66
    7 .content .thumbnailCategory .description{ldelim}
     7.content .commentElement .description{ldelim}
    88        height: {$comment_derivative_params->max_height()+5}px;
    99}
    1010{/html_style}{/strip}
    1111{/if}
    12 <ul class="thumbnailCategories">
     12<ul class="commentsList">
    1313{foreach from=$comments item=comment name=comment_loop}
    1414<li>
    15         <div class="thumbnailCategory {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
     15        <div class="commentElement {if $smarty.foreach.comment_loop.index is odd}odd{else}even{/if}">
    1616        {if isset($comment.src_image)}
    1717        <div class="illustration">
Note: See TracChangeset for help on using the changeset viewer.