Changeset 5344 in subversion
- Timestamp:
- Oct 18, 2011 9:58:18 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/addressbook/func.inc
r5308 r5344 663 663 } 664 664 665 if (empty($content)) 666 continue; 667 665 668 // also render add-field selector 666 669 if ($edit_mode) … … 673 676 } 674 677 675 $out .= html::tag('fieldset', null, html::tag('legend', null, Q($fieldset['name'])) . $content) ."\n"; 678 if ($content) 679 $out .= html::tag('fieldset', null, html::tag('legend', null, Q($fieldset['name'])) . $content) ."\n"; 676 680 } 677 681
Note: See TracChangeset
for help on using the changeset viewer.
