% layout 'default', title => "Sme server 2 - yum_update"; % content_for 'module' => begin
% if ($config->{debug} == 1) {

%= dumper $c->current_route %= dumper $yum_datas

% }

<%= $title%>


% if ( $notif ) {
%= $notif
%} %= form_for 'yumd' => (method => 'POST') => begin %=l 'yum_HEADER_INSTALLED_SOFTWARE'
% if ($c->non_empty('installed','group')) { %=l 'yum_DESC_INSTALLED_GROUPS'

%=l 'yum_LABEL_INSTALLED_GROUPS' %= select_field 'SelectedGroups' => $c->get_options2('installed', 'group'), class => 'input', multiple => "1"

%}
% if ($c->non_empty('installed','packages')) { %=l 'yum_DESC_INSTALLED_PACKAGES'

%=l 'yum_LABEL_INSTALLED_PACKAGES' %= select_field 'SelectedPackages' => $c->get_options2('installed', 'package'), class => 'input', multiple => "1"

%} %= hidden_field 'trt' => 'REMO'
%= submit_button $c->l('REMOVE'), class => 'action' % end
% end