From aa3a9a41f3fc8e36b681d97d301d637a3383add3 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 22 Dec 2011 16:37:44 +0000 Subject: [PATCH] Put groups list into a fieldset to be consistent with the rest of the form --- program/steps/addressbook/show.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/addressbook/show.inc b/program/steps/addressbook/show.inc index 9ef83e9b7..f810a1ee3 100644 --- a/program/steps/addressbook/show.inc +++ b/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; }