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

(-)a/management/univention-directory-manager-modules/modules/univention/admin/handlers/policies/print_quota.py (-3 / +4 lines)
 Lines 127-135   class sharePrintQuotaFixedAttributes(univention.admin.syntax.select): Link Here 
127
	Tab(_('General'),_('Print quota'), layout = [
127
	Tab(_('General'),_('Print quota'), layout = [
128
		Group( _( 'General print quota settings' ), layout = [
128
		Group( _( 'General print quota settings' ), layout = [
129
			'name',
129
			'name',
130
			[ 'quotaUsers', 'quotaGroupsPerUsers' ],
130
		]),
131
			'quotaGroups'
131
		Group(_('Print quota for users'), layout=['quotaUsers']),
132
		] ),
132
		Group(_('Print quota for groups per user'), layout=['quotaGroupsPerUsers']),
133
		Group(_('Print quota for groups'), layout=['quotaGroups']),
133
	] ),
134
	] ),
134
	policy_object_tab(),
135
	policy_object_tab(),
135
]
136
]

Return to bug 39862