use full width for groups
This commit is contained in:
parent
82905cb4e5
commit
db523af70f
|
@ -1817,6 +1817,7 @@ class windowsUser extends baseModule implements passwordService {
|
||||||
*/
|
*/
|
||||||
public function display_html_group() {
|
public function display_html_group() {
|
||||||
$return = new htmlResponsiveRow();
|
$return = new htmlResponsiveRow();
|
||||||
|
$return->setCSSClasses(array('maxrow'));
|
||||||
$return->add(new htmlSubTitle(_("Groups")), 12);
|
$return->add(new htmlSubTitle(_("Groups")), 12);
|
||||||
$groups = $this->findGroups();
|
$groups = $this->findGroups();
|
||||||
// sort by DN
|
// sort by DN
|
||||||
|
|
Loading…
Reference in New Issue