removed obsolete code

This commit is contained in:
Roland Gruber 2019-01-13 14:44:24 +01:00
parent 8f14cab65e
commit 7403a95104
1 changed files with 0 additions and 1 deletions

View File

@ -405,7 +405,6 @@ class posixGroup extends baseModule implements passwordService {
// back button // back button
$return->addElement(new htmlSpacer(null, '20px'), true); $return->addElement(new htmlSpacer(null, '20px'), true);
$return->addElement(new htmlAccountPageButton(get_class($this), 'attributes', 'back', _('Back')), true); $return->addElement(new htmlAccountPageButton(get_class($this), 'attributes', 'back', _('Back')), true);
$return->addElement(new htmlEqualHeight(array('removeusers', 'addusers')));
return $return; return $return;
} }