summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-22 16:37:44 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-22 16:37:44 +0000
commit110c53304399895f828d4ae5481df2007de2b5ef (patch)
tree29e49058bfb49a6ec713bacbce74dfabc31015a1
parent6a33f0be679d785f5dde7f7fe942a9088efb0fa6 (diff)
Put groups list into a fieldset to be consistent with the rest of the form
git-svn-id: https://svn.roundcube.net/trunk@5644 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/addressbook/show.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/show.inc b/roundcubemail/program/steps/addressbook/show.inc
index 9ef83e9b7..f810a1ee3 100644
--- a/roundcubemail/program/steps/addressbook/show.inc
+++ b/roundcubemail/program/steps/addressbook/show.inc
@@ -203,7 +203,7 @@ function rcmail_contact_record_groups($contact_id)
$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;
}