Ignore:
Timestamp:
07/02/08 22:32:48 (4 years ago)
Author:
hverton
Message:

made the houskeeping queries low-priority
fixed transparancy in some admin index images
removed more unused images from the template
fixed transparancy in the external_link image
update the report template to allow a report process to return an error message

File:
1 edited

Legend:

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

    r1167 r1518  
    166166                        {if $panels[id].links[id2].external} 
    167167                            <a href='{$panels[id].links[id2].link_url}'>{$panels[id].links[id2].link_name}</a> 
    168                             <img src='{$smarty.const.THEME}images/external_link.jpg' alt='' /> 
     168                            <img src='{$smarty.const.THEME}images/external_link.gif' alt='' /> 
    169169                        {else} 
    170170                            <a href='{$smarty.const.BASEDIR}{$panels[id].links[id2].link_url}'>{$panels[id].links[id2].link_name}</a> 
Note: See TracChangeset for help on using the changeset viewer.