HomeHelpTrac

Changeset 15609 for trunk/templates


Ignore:
Timestamp:
10/12/11 21:59:23 (8 months ago)
Author:
Alexander Trofimov
Message:

Ticket #2620

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseSearchResult.php

    r15566 r15609  
    133133                $('#<?php echo $sCheckboxId; ?>').attr('checked', 'checked'); 
    134134                on_filter_apply($('#<?php echo $sCheckboxId; ?>').get(0)); 
     135                return false; 
    135136            } else { 
    136137                $('#<?php echo $sCheckboxId; ?>').attr('checked', ''); 
     138                return true; 
    137139            } 
    138140        } 
     
    150152                <td> 
    151153                    <div class="input_wrapper input_wrapper_text"> 
    152                         <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkeyup="on_filter_key_up(event)" /> 
     154                        <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkeypress="return on_filter_key_up(event)" /> 
    153155                        <div class="input_close input_close_text">&nbsp;</div> 
    154156                    </div> 
Note: See TracChangeset for help on using the changeset viewer.