diff options
author | thomascube <thomas@roundcube.net> | 2011-12-22 16:37:44 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-22 16:37:44 +0000 |
commit | aa3a9a41f3fc8e36b681d97d301d637a3383add3 (patch) | |
tree | 3dcd235c2671f0659894bb490c9738dc43472659 /program/steps/addressbook | |
parent | a84bfa356ab168b0b065efeffb32a603970acd13 (diff) |
Put groups list into a fieldset to be consistent with the rest of the form
Diffstat (limited to 'program/steps/addressbook')
-rw-r--r-- | program/steps/addressbook/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |