View | Details | Raw Unified | Return to bug 33652
Collapse All | Expand All

(-)a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py (-8 / +8 lines)
 Lines 191-205    Link Here 
191
		Group( _( 'Container description' ), layout = [
191
		Group( _( 'Container description' ), layout = [
192
			[ "name", "description" ],
192
			[ "name", "description" ],
193
			] ),
193
			] ),
194
		Group(_('Container settings'),_('Default position when adding objects'), layout = [
195
			["userPath", "groupPath" ],
196
			[ "computerPath", "policyPath" ],
197
			[ "dnsPath", "dhcpPath" ],
198
			[ "networkPath", "sharePath" ],
199
			[ "printerPath", "mailPath" ],
200
			"licensePath",
201
		] )
194
	] ),
202
	] ),
195
	Tab(_('Container settings'),_('Default position when adding objects'), advanced = True, layout = [
196
		["userPath", "groupPath" ],
197
		[ "computerPath", "policyPath" ],
198
		[ "dnsPath", "dhcpPath" ],
199
		[ "networkPath", "sharePath" ],
200
		[ "printerPath", "mailPath" ],
201
		"licensePath",
202
	] )
203
]
203
]
204
204
205
mapping=univention.admin.mapping.mapping()
205
mapping=univention.admin.mapping.mapping()
(-)a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py (-8 / +8 lines)
 Lines 193-207    Link Here 
193
		Group( _( 'Organisational unit description' ), layout = [
193
		Group( _( 'Organisational unit description' ), layout = [
194
			[ "name", "description" ]
194
			[ "name", "description" ]
195
			] ),
195
			] ),
196
		Group(_('Container settings'),_('Default position when adding objects'), layout = [
197
			[ "userPath" , "groupPath" ],
198
			[ "computerPath", "policyPath" ],
199
			[ "dnsPath", "dhcpPath" ],
200
			[ "networkPath", "sharePath" ],
201
			[ "printerPath", "mailPath" ],
202
			"licensePath",
203
			] )
196
		] ),
204
		] ),
197
	Tab(_('Container settings'),_('Default position when adding objects'), advanced = True, layout = [
198
		[ "userPath" , "groupPath" ],
199
		[ "computerPath", "policyPath" ],
200
		[ "dnsPath", "dhcpPath" ],
201
		[ "networkPath", "sharePath" ],
202
		[ "printerPath", "mailPath" ],
203
		"licensePath",
204
		] )
205
	]
205
	]
206
206
207
mapping=univention.admin.mapping.mapping()
207
mapping=univention.admin.mapping.mapping()

Return to bug 33652