Changeset 1714 in ExiteCMS for branches/PLi-Fusion/includes/search/templates/search.members.tpl
- Timestamp:
- 08/28/08 18:20:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/search/templates/search.members.tpl
r1666 r1714 31 31 {/section} 32 32 {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 /> 34 34 {/if} 35 35 {***************************************************************************}
Note: See TracChangeset
for help on using the changeset viewer.
