use full width for groups

pull/102/head
Roland Gruber 3 years ago
parent 82905cb4e5
commit db523af70f

@ -1817,6 +1817,7 @@ class windowsUser extends baseModule implements passwordService {
*/
public function display_html_group() {
$return = new htmlResponsiveRow();
$return->setCSSClasses(array('maxrow'));
$return->add(new htmlSubTitle(_("Groups")), 12);
$groups = $this->findGroups();
// sort by DN

Loading…
Cancel
Save