Changeset 1713 in ExiteCMS
- Timestamp:
- 08/28/08 17:42:07 (3 years ago)
- Location:
- modules/common/wiki/php-files/modules/wiki
- Files:
-
- 2 edited
-
search.wiki.php (modified) (1 diff)
-
templates/modules.wiki.search.wiki.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/wiki/php-files/modules/wiki/search.wiki.php
r1628 r1713 38 38 if ($action == "") { 39 39 40 // no pre-processing required for this search 40 // add the possible search filters ($data is defined in the calling script!) 41 $data['search_filters' ] = "date,users"; 41 42 42 43 } else { -
modules/common/wiki/php-files/modules/wiki/templates/modules.wiki.search.wiki.tpl
r1628 r1713 35 35 {/section} 36 36 {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 /> 38 38 {/if} 39 39 {***************************************************************************}
Note: See TracChangeset
for help on using the changeset viewer.
