program/steps/addressbook/func.inc | ●●●●● patch | view | raw | blame | history |
program/steps/addressbook/func.inc
@@ -657,10 +657,12 @@ } // wrap rows in fieldgroup container if ($rows) { $content .= html::tag('fieldset', array('class' => 'contactfieldgroup ' . ($colprop['subtypes'] ? 'contactfieldgroupmulti ' : '') . 'contactcontroller' . $col, 'style' => ($rows ? null : 'display:none')), ($colprop['subtypes'] ? html::tag('legend', null, Q($colprop['label'])) : ' ') . $rows); } } if (!$content) continue;