Changeset 15929 for trunk/templates
- Timestamp:
- 01/25/12 23:54:54 (4 months ago)
- File:
-
- 1 edited
-
trunk/templates/base/scripts/BxBaseGrid.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseGrid.php
r15887 r15929 209 209 ), 210 210 'bx_if:filter' => array ( 211 'condition' => !empty($this->_aOptions['filter_fields']) ,211 'condition' => !empty($this->_aOptions['filter_fields']) || !empty($this->_aOptions['filter_fields_translatable']), 212 212 'content' => array( 213 213 'controls' => $this->_getFilterControls(),
Note: See TracChangeset
for help on using the changeset viewer.