HomeHelpTrac

Changeset 15608 for tags


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

Ticket #2620

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/7.0/templates/base/scripts/BxBaseSearchResult.php

    r15567 r15608  
    145145                $('#<?php echo $sCheckboxId; ?>').attr('checked', 'checked'); 
    146146                on_filter_apply($('#<?php echo $sCheckboxId; ?>').get(0)); 
     147                return false; 
    147148            } else { 
    148149                $('#<?php echo $sCheckboxId; ?>').attr('checked', ''); 
     150                return true; 
    149151            } 
    150152        } 
     
    162164                <td> 
    163165                    <div class="input_wrapper input_wrapper_text"> 
    164                         <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkeyup="on_filter_key_up(event)" /> 
     166                        <input type="text" id="{$sInputId}" value="{$sFilterValue}" class="form_input_text" onkeypress="return on_filter_key_up(event)" /> 
    165167                        <div class="input_close input_close_text">&nbsp;</div> 
    166168                    </div> 
Note: See TracChangeset for help on using the changeset viewer.