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/main.reports.tpl

    r1498 r1518  
    5454            </td> 
    5555        </tr> 
     56        {if $message|default:"" != ""} 
     57        <tr> 
     58            <td align='left'> 
     59                <b>{$message}</b> 
     60            </td> 
     61        </tr> 
     62        {/if} 
    5663    </table> 
    57     {include file=$template} 
     64    {if $message|default:"" == ""} 
     65        {include file=$template} 
     66    {/if} 
    5867{/if} 
    5968{include file="_closetable.tpl"} 
Note: See TracChangeset for help on using the changeset viewer.