Ignore:
Timestamp:
Mar 17, 2011, 12:35:45 AM (13 years ago)
Author:
patdenice
Message:

Compatible 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/theme/template/stuffs_lastcoms.tpl

    r5727 r9737  
    1414    <div class="description">
    1515      {if isset($comment.U_DELETE) or isset($comment.U_VALIDATE) }
    16       <ul class="actions" style="float:right">
     16      <div class="actions" style="float:right">
    1717        {if !empty($comment.U_DELETE)}
    18         <li>
    19           <a href="{$comment.U_DELETE}" title="{'delete this comment'|@translate}">
     18          <a href="{$comment.U_DELETE}" title="{'delete this comment'|@translate}" onClick="return confirm('{'Are you sure?'|@translate|@escape:'javascript'}');">
    2019            <img src="{$ROOT_URL}{$themeconf.icon_dir}/delete.png" class="button" alt="[delete]" />
    2120          </a>
    22         </li>
    2321        {/if}
    2422        {if !empty($comment.U_VALIDATE)}
    25         <li>
    2623          <a href="{$comment.U_VALIDATE}" title="validate this comment">
    2724            <img src="{$ROOT_URL}{$themeconf.icon_dir}/validate_s.png" class="button" alt="[validate]" />
    2825          </a>
    29         </li>
    3026        {/if}
    31       </ul>
     27      </div>
    3228      {/if}
    3329      <span class="author">{$comment.AUTHOR}</span> - <span class="date">{$comment.DATE}</span>
Note: See TracChangeset for help on using the changeset viewer.