- Timestamp:
- 10/12/11 21:55:34 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/7.0/templates/base/scripts/BxBaseSearchResult.php
r15567 r15608 145 145 $('#<?php echo $sCheckboxId; ?>').attr('checked', 'checked'); 146 146 on_filter_apply($('#<?php echo $sCheckboxId; ?>').get(0)); 147 return false; 147 148 } else { 148 149 $('#<?php echo $sCheckboxId; ?>').attr('checked', ''); 150 return true; 149 151 } 150 152 } … … 162 164 <td> 163 165 <div class="input_wrapper input_wrapper_text"> 164 <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkey up="on_filter_key_up(event)" />166 <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkeypress="return on_filter_key_up(event)" /> 165 167 <div class="input_close input_close_text"> </div> 166 168 </div>
Note: See TracChangeset
for help on using the changeset viewer.