Ignore:
Timestamp:
Dec 28, 2010, 7:56:09 PM (13 years ago)
Author:
rvelices
Message:
  • css sprites work for ie6
  • simplify/remove css
File:
1 edited

Legend:

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

    r7877 r8362  
    1313        <div class="description"{if isset($comment.IN_EDIT)} style="height:200px"{/if}>
    1414                {if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) or isset($comment.U_EDIT) }
    15                 <ul class="actions" style="float:right">
     15                <div class="actions" style="float:right">
    1616                {if isset($comment.U_DELETE)}
    17                 <li>
    1817                        <a href="{$comment.U_DELETE}" title="{'delete this comment'|@translate}" onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');">
    19                                 <img src="{$ROOT_URL}{$themeconf.icon_dir}/delete.png" class="button" alt="[delete]">
     18                                <img src="{$ROOT_URL}{$themeconf.icon_dir}/delete.png" alt="[delete]">
    2019                        </a>
    21                 </li>
    2220                {/if}
    2321                {if isset($comment.U_EDIT) and !isset($comment.IN_EDIT)}
    24                 <li>
    2522                        <a class="editComment" href="{$comment.U_EDIT}#edit_comment" title="{'edit this comment'|@translate}">
    26                                 <img src="{$ROOT_URL}{$themeconf.icon_dir}/edit.png" class="button" alt="[edit]">
     23                                <img src="{$ROOT_URL}{$themeconf.icon_dir}/edit.png" alt="[edit]">
    2724                        </a>
    28                 </li>
    2925                {/if}
    3026                {if isset($comment.U_VALIDATE)}
    31                 <li>
    3227                        <a href="{$comment.U_VALIDATE}" title="{'validate this comment'|@translate}">
    33                                 <img src="{$ROOT_URL}{$themeconf.icon_dir}/validate_s.png" class="button" alt="[validate]">
     28                                <img src="{$ROOT_URL}{$themeconf.icon_dir}/validate_s.png" alt="[validate]">
    3429                        </a>
    35                 </li>
    3630                {/if}
    37                 </ul>
     31                </div>
    3832                {/if}
    3933
Note: See TracChangeset for help on using the changeset viewer.