diff --git a/main/group/group_category.php b/main/group/group_category.php index 5c0dce6cb0..f4a33e6e69 100644 --- a/main/group/group_category.php +++ b/main/group/group_category.php @@ -1,5 +1,5 @@ addElement('header', '', $nameTools); + $form->addElement('html', '
'.$nameTools); + $form->addElement('html', '
'); // If categories allowed, show title & description field if (get_setting('allow_group_categories') == 'true') @@ -141,7 +141,11 @@ $group[] = & $form->createElement('static', null, null, get_lang('QtyOfUserCanSu $form->addGroup($group, 'limit_group', get_lang('GroupLimit'), ' ', false); $form->addRule('limit_group',get_lang('MaxGroupsPerUserInvalid'),'callback','check_groups_per_user'); // Default settings for new groups -$form->addElement('static', null, ''.get_lang('DefaultSettingsForNewGroups').''); +//$form->addElement('static', null, ''.get_lang('DefaultSettingsForNewGroups').''); + +$form->addElement('html', '

'.get_lang('DefaultSettingsForNewGroups')); +$form->addElement('html', '
'); + // Members per group $form->addElement('radio', 'max_member_no_limit', get_lang('GroupLimit'), get_lang('NoLimit'),MEMBER_PER_GROUP_NO_LIMIT); $group = array ();