Ignore:
Timestamp:
12/07/08 01:25:48 (3 years ago)
Author:
WanWizard
Message:

updated the module search plugin to work with the new 'search entire site' option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/download_statistics/php-files/modules/download_statistics/templates/modules.download_statistics.search.files.tpl

    r2043 r2097  
    1919{***************************************************************************} 
    2020{if $action == "search"} 
    21     {section name=idx loop=$reportvars.output} 
    22         {if !$smarty.section.idx.first} 
    23             <br /><br /> 
    24         {/if} 
    25         {$locale.dls810}: {$reportvars.output[idx].dlsf_file} 
    26         <br /> 
    27         <span class='small'><font class='smallalt'>{$locale.dls811}:</font> {$reportvars.output[idx].dlsf_counter} 
    28     {/section} 
     21    <br /><br /> 
     22    {$locale.dls810}: {$output.dlsf_file} 
     23    <br /> 
     24    <span class='small'><font class='smallalt'>{$locale.dls811}:</font> {$output.dlsf_counter} 
    2925{else} 
    3026    <input type='radio' name='search_id' value='{$searches[id].search_id}' {if $search_id == $searches[id].search_id || $searches[id].search_order == $default_location}checked='checked'{/if}  onclick='javascript:show_filter("{$searches[id].search_filters}");'/> {$searches[id].search_title} {if $searches[id].search_fulltext}<span style='color:red;'>*</span>{/if}<br /> 
Note: See TracChangeset for help on using the changeset viewer.