+
+
+
+
+
+
+
+
+
<%= l 'dir_DESC_EXISTING' %>
-
+
+
+
+
<%= l 'dir_EXISTING' %>
- <%= select_field 'existing'=> [[ (l 'dir_LEAVE') => 'leave'], [ (l 'dir_UPDATE') => 'update' ]] %>
-
-
-
+
+
+ <%= select_field 'existing'=> [[ (l 'dir_LEAVE') => 'leave'], [ (l 'dir_UPDATE') => 'update' ]], class => "form-select" %>
+
+
+
+
+
+
+
+
+
+
%end
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/domains.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/domains.html.ep
index 978b579..86ce54c 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/domains.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/domains.html.ep
@@ -12,10 +12,11 @@
% }
% if ( stash 'error' ) {
-
- %= $c->render_to_string(inline => stash 'error')
-
- %}
+
+
+ <%= $c->render_to_string(inline => stash 'error') %>
+
+ % }
<%= $title%>
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/hostentries.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/hostentries.html.ep
index 0afad9a..c0c5208 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/hostentries.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/hostentries.html.ep
@@ -6,19 +6,19 @@
% if (config->{debug} == 1) {
- %= dumper $c->current_route
- %= dumper $hos_datas
+ <%= dumper $c->current_route %>
+ <%= dumper $hos_datas %>
% }
-
-
<%= $title%>
% if ( $notif ) {
-
- <%= $c->render_to_string(inline => $notif) %>
-
- %}
+
+ <%= $c->render_to_string(inline => $notif) %>
+
+ % }
+
+
<%= $title%>
% if ($hos_datas->{trt} eq 'ADD' or $hos_datas->{trt} eq 'UPD') {
%= include 'partials/_hos_upd'
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/ibays.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/ibays.html.ep
index d1c2fca..f754251 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/ibays.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/ibays.html.ep
@@ -6,8 +6,8 @@
% if (config->{debug} == 1) {
- %= dumper $c->current_route
- %= dumper $iba_datas
+ <%= dumper $c->current_route %>
+ <%= dumper $iba_datas %>
% }
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_iba_del.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_iba_del.html.ep
index 29db2c0..3ee3dd0 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_iba_del.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_iba_del.html.ep
@@ -1,22 +1,34 @@
% my $btn = l('REMOVE');
- %= form_for '/ibaysd' => (method => 'POST') => begin
-
-
- %=l 'iba_REMOVE_TITLE'
-
-
- %= $c->render_to_string(inline => l('iba_REMOVE_DESC', $iba_datas->{ibay}, $iba_datas->{description}));
-
-
-
- %= submit_button "$btn", class => ""
-
+
+