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

(-)management/univention-directory-manager-modules/modules/univention/admin/handlers/users/user.py (-1 / +1 lines)
 Lines 907-917    Link Here 
907
			] ),
907
			] ),
908
		Group( _( 'Personal information' ), layout = [
908
		Group( _( 'Personal information' ), layout = [
909
			'displayName',
909
			'displayName',
910
			'organisation',
911
			'birthday',
910
			'birthday',
912
			'jpegPhoto',
911
			'jpegPhoto',
913
			] ),
912
			] ),
914
		Group( _( 'Organisation' ), layout = [
913
		Group( _( 'Organisation' ), layout = [
914
			'organisation',
915
			[ 'employeeNumber', 'employeeType' ],
915
			[ 'employeeNumber', 'employeeType' ],
916
			'secretary',
916
			'secretary',
917
			] ),
917
			] ),

Return to bug 28630