From aa3a9a41f3fc8e36b681d97d301d637a3383add3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 22 Dec 2011 11:37:44 -0500
Subject: [PATCH] Put groups list into a fieldset to be consistent with the rest of the form
---
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 9ef83e9..f810a1e 100644
--- a/program/steps/addressbook/show.inc
+++ b/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;
}
--
Gitblit v1.9.1