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.members.tpl

    r1666 r1714  
    3131    {/section} 
    3232{else} 
    33     <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("");' /> {$searches[id].search_title} {if $searches[id].search_fulltext}<span style='color:red;'>*</span>{/if}<br /> 
     33    <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 /> 
    3434{/if} 
    3535{***************************************************************************} 
Note: See TracChangeset for help on using the changeset viewer.