Ignore:
Timestamp:
09/23/07 23:34:47 (5 years ago)
Author:
hverton
Message:

Replaced all button images by new {buttonlink} Smarty function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/PLiTheme/templates/source/forum.poll.tpl

    r778 r835  
    2727                            {if ($userdata.user_id|default:"" == $poll_options.post_author && $total_votes == 0) || $smarty.const.iMOD || $smarty.const.iSUPERADMIN} 
    2828                            <td align='right' width='1%' class='tbl2'> 
    29                                 <a href='post.php?action=edit&forum_id={$forum_id}&thread_id={$thread_id}&post_id={$poll_options.post_id}'> 
    30                                     <img src='{$smarty.const.THEME}forum/edit.gif' alt='{$locale.568}' style='border:0px;'> 
    31                                 </a> 
     29                                {buttonlink name=$locale.568 link="post.php?action=edit&forum_id="|cat:$forum_id|cat"&thread_id="|cat:$thread_id|cat:"&post_id="|cat:$poll_options.post_id} 
    3230                            </td> 
    3331                            {/if} 
Note: See TracChangeset for help on using the changeset viewer.