+
+
+
+
+
<%= l 'clm_LABEL_QUARANTINE' %>:
% param 'Quarantine' => $clm_datas->{Quarantine} unless param 'Quarantine';
- <%= select_field 'Quarantine' => [[ (l 'ENABLED') => 'enabled'], [ (l 'DISABLED') => 'disabled']] %>
+ <%= select_field 'Quarantine' => [[ (l 'ENABLED') => 'enabled'], [ (l 'DISABLED') => 'disabled']], class => "form-select" %>
-
+
- <%= l 'clm_LABEL_CLAM_VERSIONS' %>
+
<%= l 'clm_LABEL_CLAM_VERSIONS' %>:
<%= $clm_datas->{clam_versions} %>
-
-
+
- %#end
%end
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/groups.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/groups.html.ep
index 0fb94fb..0598474 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/groups.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/groups.html.ep
@@ -5,29 +5,29 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $grp_datas
-
+
+ %= dumper $c->current_route
+ %= dumper $grp_datas
+
% }
% if ( stash 'error' ) {
-
- %= $c->render_to_string(inline => stash 'error')
-
- %}
-
+
+ <%= $c->render_to_string(inline => stash 'error') %>
+
+ % }
+
<%= $title%>
% if ($grp_datas->{trt} eq 'ADD') {
- %= include 'partials/_grp_add'
- %} elsif ($grp_datas->{trt} eq 'DEL') {
+ %= include 'partials/_grp_add'
+ % } elsif ($grp_datas->{trt} eq 'DEL') {
%= include 'partials/_grp_del'
- %} elsif ($grp_datas->{trt} eq 'UPD') {
+ % } elsif ($grp_datas->{trt} eq 'UPD') {
%= include 'partials/_grp_upd'
- %} else {
+ % } else {
%= include 'partials/_grp_list'
- %}
+ % }
%end
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep
index ed91e40..b2646b5 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_grp_add.html.ep
@@ -1,4 +1,4 @@
-