thomascube
2011-12-22 aa3a9a41f3fc8e36b681d97d301d637a3383add3
Put groups list into a fieldset to be consistent with the rest of the form

1 files modified
2 ■■■ changed files
program/steps/addressbook/show.inc 2 ●●● patch | view | raw | blame | history
program/steps/addressbook/show.inc
@@ -203,7 +203,7 @@
    $RCMAIL->output->add_gui_object('editform', 'form');
    $RCMAIL->output->add_label('addingmember', 'removingmember');
    return $form_start . $table->show() . $form_end;
    return $form_start . html::tag('fieldset', 'contactfieldgroup contactgroups', $table->show()) . $form_end;
}