Show
Ignore:
Timestamp:
10/13/07 01:13:32 (14 months ago)
Author:
cfriesen
Message:

Keep existing functionality by making it an option to search within words (feel free to move the checkbox).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/web/searchform.php

    r1561 r1761  
    1616        <input type="radio" id="qry_match_exact" name="<?php echo QUERY_MATCH_MODE ?>" value="<?php echo QUERY_MATCH_EXACT ?>" <?php echo rss_search_exact_checked() ?>/> 
    1717        <label for="qry_match_exact"><?php echo __('Exact match') ?></label> 
     18    </p> 
     19     
     20    <p> 
     21        <label for="qry_match_within"><?php echo __('Search within words') ?></label> 
     22        <input type="checkbox" id="qry_match_within" name="<?php echo QUERY_MATCH_TYPE ?>" value="<?php echo QUERY_MATCH_WITHIN ?>" <?php echo rss_search_within() ?> /> 
    1823    </p> 
    1924