Changeset 15609 for trunk/templates
- Timestamp:
- 10/12/11 21:59:23 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseSearchResult.php
r15566 r15609 133 133 $('#<?php echo $sCheckboxId; ?>').attr('checked', 'checked'); 134 134 on_filter_apply($('#<?php echo $sCheckboxId; ?>').get(0)); 135 return false; 135 136 } else { 136 137 $('#<?php echo $sCheckboxId; ?>').attr('checked', ''); 138 return true; 137 139 } 138 140 } … … 150 152 <td> 151 153 <div class="input_wrapper input_wrapper_text"> 152 <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkey up="on_filter_key_up(event)" />154 <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkeypress="return on_filter_key_up(event)" /> 153 155 <div class="input_close input_close_text"> </div> 154 156 </div>
Note: See TracChangeset
for help on using the changeset viewer.