|
Lines 55-62
Link Here
|
| 55 |
policy_position_dn_prefix="cn=update" |
55 |
policy_position_dn_prefix="cn=update" |
| 56 |
|
56 |
|
| 57 |
childs=0 |
57 |
childs=0 |
| 58 |
short_description=_('Policy: Release') |
58 |
short_description=_('Policy: Update') |
| 59 |
policy_short_description=_('Release') |
59 |
policy_short_description=_('Automatic updates') |
| 60 |
long_description='' |
60 |
long_description='' |
| 61 |
options={ |
61 |
options={ |
| 62 |
} |
62 |
} |
|
Lines 73-79
Link Here
|
| 73 |
identifies=1, |
73 |
identifies=1, |
| 74 |
), |
74 |
), |
| 75 |
'activate': univention.admin.property( |
75 |
'activate': univention.admin.property( |
| 76 |
short_description=_('Activate policy'), |
76 |
short_description=_('Activate release updates. (Errata updates are activated by default)'), |
| 77 |
long_description='', |
77 |
long_description='', |
| 78 |
syntax=univention.admin.syntax.TrueFalseUp, |
78 |
syntax=univention.admin.syntax.TrueFalseUp, |
| 79 |
multivalue=0, |
79 |
multivalue=0, |
|
Lines 83-90
Link Here
|
| 83 |
identifies=0 |
83 |
identifies=0 |
| 84 |
), |
84 |
), |
| 85 |
'releaseVersion': univention.admin.property( |
85 |
'releaseVersion': univention.admin.property( |
| 86 |
short_description=_('Release version'), |
86 |
short_description=_('Highest release version to be installed'), |
| 87 |
long_description='', |
87 |
long_description='Without specifying the most recent version will be used', |
| 88 |
syntax=univention.admin.syntax.string, |
88 |
syntax=univention.admin.syntax.string, |
| 89 |
multivalue=0, |
89 |
multivalue=0, |
| 90 |
options=[], |
90 |
options=[], |
|
Lines 135-144
Link Here
|
| 135 |
} |
135 |
} |
| 136 |
|
136 |
|
| 137 |
layout = [ |
137 |
layout = [ |
| 138 |
Tab(_('General'),_('Release updates'), layout = [ |
138 |
Tab(_('General'),_('Automatic updates'), layout = [ |
| 139 |
Group( _( 'General' ), layout = [ |
139 |
Group( _( 'General' ), layout = [ |
| 140 |
'name', |
140 |
'name', |
| 141 |
[ 'activate', 'releaseVersion' ] |
141 |
'activate', |
|
|
142 |
'releaseVersion' |
| 142 |
] ), |
143 |
] ), |
| 143 |
] ), |
144 |
] ), |
| 144 |
Tab(_('Object'),_('Object'), advanced = True, layout = [ |
145 |
Tab(_('Object'),_('Object'), advanced = True, layout = [ |