Changeset 5644 in subversion


Ignore:
Timestamp:
Dec 22, 2011 11:37:44 AM (17 months ago)
Author:
thomasb
Message:

Put groups list into a fieldset to be consistent with the rest of the form

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/addressbook/show.inc

    r5014 r5644  
    204204    $RCMAIL->output->add_label('addingmember', 'removingmember'); 
    205205 
    206     return $form_start . $table->show() . $form_end; 
     206    return $form_start . html::tag('fieldset', 'contactfieldgroup contactgroups', $table->show()) . $form_end; 
    207207} 
    208208 
Note: See TracChangeset for help on using the changeset viewer.