Ignore:
Timestamp:
02/28/08 00:25:43 (4 years ago)
Author:
hverton
Message:

updated the Securimage code
fixed non-working text validation code
moved CMS_getOS() from dns_functions.php to core_functions.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.comments.tpl

    r893 r1321  
    5959                    {$locale.041}{$comments[id].comment_datestamp|date_format:"longdate"} 
    6060                </span> 
    61             <td> 
     61            </td> 
    6262        </tr> 
    6363        <tr> 
    6464            <td class='tbl1'> 
    6565                {$comments[id].comment_message} 
    66             <td> 
     66            </td> 
    6767        </tr> 
    6868        <tr> 
    6969            <td align='right' class='tbl2'> 
    70                 <span class='small'> 
    71                     <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;step=edit&amp;comment_id={$comments[id].comment_id}&amp;ctype={$ctype}&amp;cid={$cid}'>{$locale.411}</a> | 
    72                     <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;step=delete&amp;comment_id={$comments[id].comment_id}&amp;ctype={$ctype}&amp;cid={$cid}' onClick='return DeleteItem()'>{$locale.412}</a> | 
    73                     <a href='{$smarty.const.ADMIN}blacklist.php{$aidlink}&amp;ip={$comments[id].comment_ip}&amp;reason=470'>{$locale.413}</a> 
    74                 </span> 
     70                {buttonlink name=$locale.411 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;step=edit&amp;comment_id="|cat:$comments[id].comment_id|cat:"&amp;ctype="|cat:$ctype|cat:"&amp;cid="|cat:$cid} 
     71                {buttonlink name=$locale.412 link="if (DeleteItem()) window.location=\""|cat:$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;step=delete&amp;comment_id="|cat:$comments[id].comment_id|cat:"&amp;ctype="|cat:$ctype|cat:"&amp;cid="|cat:$cid|cat:"\";" script="yes"} 
     72                {buttonlink name=$locale.413 link=$smarty.const.ADMIN|cat:"blacklist.php"|cat:$aidlink|cat:"&amp;ip="|cat:$comments[id].comment_ip|cat:"&amp;reason=470"} 
    7573            </td> 
    7674        </tr> 
     
    7876    <table align='center' cellpadding='0' cellspacing='0'> 
    7977        <tr> 
    80             <td height='5px'> 
     78            <td style='height:5px;'> 
    8179            </td> 
    8280        </tr> 
     
    9088{/section} 
    9189{include file="_closetable.tpl"} 
    92 <script> 
     90<script type="text/javascript"> 
    9391function DeleteItem() {ldelim} 
    9492    return confirm("{$locale.414}"); 
Note: See TracChangeset for help on using the changeset viewer.