Changeset 1761 for trunk/gregarius/themes/default/web/searchform.php
- Timestamp:
- 10/13/07 01:13:32 (14 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/themes/default/web/searchform.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/themes/default/web/searchform.php
r1561 r1761 16 16 <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() ?>/> 17 17 <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() ?> /> 18 23 </p> 19 24
