HomeHelpTrac

Changeset 15633 for trunk/templates


Ignore:
Timestamp:
10/18/11 22:22:50 (7 months ago)
Author:
Alexander Trofimov
Message:

Forms in studio design fixing

File:
1 edited

Legend:

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

    r15599 r15633  
    344344        $aNextTbodyAdd = false; // need to have some default 
    345345 
    346         if (!$aInput['caption']) { 
     346        if (empty($aInput['caption'])) { 
    347347            $sCode = $this->getCloseSection(); 
    348348            $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.