Show
Ignore:
Timestamp:
06/12/10 19:57:53 (2 years ago)
Author:
deniart
Message:

исправлены баги с катом и комментариями в шаблоне developer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/skin/developer/comment.tpl

    r923 r941  
    5050                 
    5151                {if $oComment->isBad()} 
    52                         <div class="bad">{$oComment->getText()}</div> 
     52                        <span class="bad">{$oComment->getText()}</span> 
    5353                {else}   
    5454                        {$oComment->getText()} 
    55  
    56                         <br /> 
    57                         {if $oUserCurrent and !$oComment->getDelete() and !$bAllowNewComment} 
    58                                 <a href="javascript:lsCmtTree.toggleCommentForm({$oComment->getId()});" class="reply-link">{$aLang.comment_answer}</a> 
    59                         {/if} 
    60                         <a href="#" title="{$aLang.comment_collapse}/{$aLang.comment_expand}" class="folding" {if $bOneComment}style="display: none;"{/if}>{$aLang.comment_fold}</a> 
    6155                {/if} 
     56                 
     57                <br /> 
     58                {if $oUserCurrent and !$oComment->getDelete() and !$bAllowNewComment} 
     59                        <a href="javascript:lsCmtTree.toggleCommentForm({$oComment->getId()});" class="reply-link">{$aLang.comment_answer}</a> 
     60                {/if} 
     61                <a href="#" title="{$aLang.comment_collapse}/{$aLang.comment_expand}" class="folding" {if $bOneComment}style="display: none;"{/if}>{$aLang.comment_fold}</a> 
    6262        </div> 
    6363{else}