diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py index bb2d5d8..be87aa3 100644 --- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py +++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py @@ -191,15 +191,15 @@ Group( _( 'Container description' ), layout = [ [ "name", "description" ], ] ), + Group(_('Container settings'),_('Default position when adding objects'), layout = [ + ["userPath", "groupPath" ], + [ "computerPath", "policyPath" ], + [ "dnsPath", "dhcpPath" ], + [ "networkPath", "sharePath" ], + [ "printerPath", "mailPath" ], + "licensePath", + ] ) ] ), - Tab(_('Container settings'),_('Default position when adding objects'), advanced = True, layout = [ - ["userPath", "groupPath" ], - [ "computerPath", "policyPath" ], - [ "dnsPath", "dhcpPath" ], - [ "networkPath", "sharePath" ], - [ "printerPath", "mailPath" ], - "licensePath", - ] ) ] mapping=univention.admin.mapping.mapping() diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py index d90ee74..5eec437 100644 --- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py +++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py @@ -193,15 +193,15 @@ Group( _( 'Organisational unit description' ), layout = [ [ "name", "description" ] ] ), + Group(_('Container settings'),_('Default position when adding objects'), layout = [ + [ "userPath" , "groupPath" ], + [ "computerPath", "policyPath" ], + [ "dnsPath", "dhcpPath" ], + [ "networkPath", "sharePath" ], + [ "printerPath", "mailPath" ], + "licensePath", + ] ) ] ), - Tab(_('Container settings'),_('Default position when adding objects'), advanced = True, layout = [ - [ "userPath" , "groupPath" ], - [ "computerPath", "policyPath" ], - [ "dnsPath", "dhcpPath" ], - [ "networkPath", "sharePath" ], - [ "printerPath", "mailPath" ], - "licensePath", - ] ) ] mapping=univention.admin.mapping.mapping()