9 m = new form.Map('attendedsysupgrade', _('Attended Sysupgrade'),
10 _('Attendedsysupgrade Configuration.')
13 s = m.section(form.TypedSection, 'server', _('Server'));
16 s.option(form.Value, 'url', _('Address'),
17 _('Address of the sysupgrade server'));
19 s = m.section(form.TypedSection, 'client', _('Client'));
22 o = s.option(form.Flag, 'auto_search', _('Search on opening'),
23 _('Search for new sysupgrades on opening the tab'));
27 o = s.option(form.Flag, 'advanced_mode', _('Advances Mode'),
28 _('Show advanced options like packge list modification'));