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

(-)a/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py (-1 / +1 lines)
 Lines 393-399    Link Here 
393
	] ),
393
	] ),
394
	Tab(_('Windows'),_('Windows Account Settings'), layout = [
394
	Tab(_('Windows'),_('Windows Account Settings'), layout = [
395
		Group( _( 'Windows' ), layout = [
395
		Group( _( 'Windows' ), layout = [
396
			["sambahome", "homedrive"],
396
			["homedrive", "sambahome"],
397
			["scriptpath", "profilepath"]
397
			["scriptpath", "profilepath"]
398
		] ),
398
		] ),
399
	] ),
399
	] ),

Return to bug 42765