Ignore:
Timestamp:
08/28/08 17:42:07 (4 years ago)
Author:
hverton
Message:

updated the wiki search option to support the new default location selection

File:
1 edited

Legend:

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

    r1628 r1713  
    3535    {/section} 
    3636{else} 
    37     <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,users");' /> {$searches[id].search_title} {if $searches[id].search_fulltext}<span style='color:red;'>*</span>{/if}<br /> 
     37    <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 /> 
    3838{/if} 
    3939{***************************************************************************} 
Note: See TracChangeset for help on using the changeset viewer.