Ignore:
Timestamp:
08/28/08 18:20:38 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1706:1713 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/search/templates/search.downloads.tpl

    r1666 r1714  
    3333    {/section} 
    3434{else} 
    35     <input type='radio' name='search_id' value='{$searches[id].search_id}' {if $search_id == $searches[id].search_id}checked='checked'{/if} onclick='javascript:show_filter("date");' /> {$searches[id].search_title} {if $searches[id].search_fulltext}<span style='color:red;'>*</span>{/if}<br /> 
     35    <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 /> 
    3636{/if} 
    3737{***************************************************************************} 
Note: See TracChangeset for help on using the changeset viewer.