Changeset 15633 for trunk/templates
- Timestamp:
- 10/18/11 22:22:50 (7 months ago)
- File:
-
- 1 edited
-
trunk/templates/base/scripts/BxBaseFormView.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseFormView.php
r15599 r15633 344 344 $aNextTbodyAdd = false; // need to have some default 345 345 346 if ( !$aInput['caption']) {346 if (empty($aInput['caption'])) { 347 347 $sCode = $this->getCloseSection(); 348 348 $aAttrs['class'] = "bx-form-section-divider bx-def-margin-top " . (isset($aAttrs['class']) ? ' ' . $aAttrs['class'] : '');
Note: See TracChangeset
for help on using the changeset viewer.