diff --git a/root/usr/share/smanager/themes/default/templates/partials/_dom_list.html.ep b/root/usr/share/smanager/themes/default/templates/partials/_dom_list.html.ep
index 6a2f94a..185dc77 100644
--- a/root/usr/share/smanager/themes/default/templates/partials/_dom_list.html.ep
+++ b/root/usr/share/smanager/themes/default/templates/partials/_dom_list.html.ep
@@ -51,73 +51,77 @@
% my $csrf_token = "TOKEN"; # CSRF token for security
% my $domain_name = $domain->{Domain}; # Domain name extracted from the data structure
% my $actionModify = qq{
- %
- %
- %
- % };
- % my $removable = ( $domain->{Removable} || 'yes' );
- % my $actionRemove = ' ';
- % if ($removable eq 'yes') {
- % my $remove_text = l('REMOVE'); # Localized text
- % my $csrf_token = "TOKEN"; # CSRF token for security
- % my $domain_name = $domain->{Domain}; # Domain name extracted from the data structure
- % $actionRemove = qq{
- %
- %
- %
- % };
- %# $actionRemove = "" . "" . "";
+ %
+ %
+ % $modify_text
+ %
% };
-
- <%= $c->render_to_string( inline => $actionModify ) %> <%= $c->render_to_string( inline => $actionRemove ) %>
- |
-
- % }
+ % my $removable = ( $domain->{Removable} || 'yes' );
+ % my $actionRemove = ' ';
+ % if ($removable eq 'yes') {
+ % my $remove_text = l('REMOVE'); # Localized text
+ % my $csrf_token = "TOKEN"; # CSRF token for security
+ % my $domain_name = $domain->{Domain}; # Domain name extracted from the data structure
+ % $actionRemove = qq{
+ %
+ %
+ % $remove_text
+ %
+ % };
+ %# $actionRemove = "" . "" . "";
+ % };
+
+ <%= $c->render_to_string( inline => $actionModify ) %> <%= $c->render_to_string( inline => $actionRemove ) %>
+ |
+
+ % }
-
-
+
+
- %= hidden_field 'trt' => 'ADD'
+%= hidden_field 'trt' => 'ADD'
- %= form_for '/domains' => ( method => 'POST' ) => begin
+%= form_for '/domains' => ( method => 'POST' ) => begin
-
-
+
+
- % my $btn2 = l('dom_DOMAINS_PAGE_CORPORATE_DNS');
+ % my $btn2 = l('dom_DOMAINS_PAGE_CORPORATE_DNS');
-
- %= l 'dom_DESC_CORPORATE_DNS_CURRENT'
-
-
-
-
- %= l 'dom_LABEL_CORPORATE_DNS_PRIMARY'
-
- %= $dom_datas->{forwarder}
-
-
-
- % if ($dom_datas->{forwarder2}) {
-
-
- %= l 'dom_LABEL_CORPORATE_DNS_SECONDARY'
-
- %= $dom_datas->{forwarder2}
-
-
- % }
+
+ %= l 'dom_DESC_CORPORATE_DNS_CURRENT'
+
- %= submit_button "$btn2", class => 'action'
+
+ %= l 'dom_LABEL_CORPORATE_DNS_PRIMARY'
+
+ %= $dom_datas->{forwarder}
+
- %= hidden_field 'trt' => 'UP2'
- % end
+
+ % if ($dom_datas->{forwarder2}) {
+
+
+ %= l 'dom_LABEL_CORPORATE_DNS_SECONDARY'
+
+ %= $dom_datas->{forwarder2}
+
+
+ % }
+
+
+ %= submit_button "$btn2", class => 'action'
+
+%= hidden_field 'trt' => 'UP2'
+% end
-
+
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/default/templates/partials/_grp_list.html.ep b/root/usr/share/smanager/themes/default/templates/partials/_grp_list.html.ep
index 6d8f406..29589d9 100644
--- a/root/usr/share/smanager/themes/default/templates/partials/_grp_list.html.ep
+++ b/root/usr/share/smanager/themes/default/templates/partials/_grp_list.html.ep
@@ -43,30 +43,34 @@
% my $csrf_token = "TOKEN"; # CSRF token for security
% my $group_name = $group->key; # group name extracted from the data structure
% my $actionModify = qq{
- %
- %
- %
- % };
- % my $remove_text = l('REMOVE'); # Localized text
- % my $csrf_token = "TOKEN"; # CSRF token for security
- % my $group_name = $group->key; # group name extracted from the data structure
- % my $actionRemove = qq{
- %
- %
+ %
+ %
+ % $modify_text
%
% };
- <%= $c->render_to_string( inline => $actionModify ) %> <%= $c->render_to_string( inline => $actionRemove ) %>
-
-
- % }
-
-
- <% } %>
-
+ % my $remove_text = l('REMOVE'); # Localized text
+ % my $csrf_token = "TOKEN"; # CSRF token for security
+ % my $group_name = $group->key; # group name extracted from the data structure
+ % my $actionRemove = qq{
+ %
+ %
+ % $remove_text
+ %
+ % };
+ <%= $c->render_to_string( inline => $actionModify ) %> <%= $c->render_to_string( inline => $actionRemove ) %>
+
+
+ % }
+
+
+<% } %>
+
-
+
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/default/templates/partials/_hos_list.html.ep b/root/usr/share/smanager/themes/default/templates/partials/_hos_list.html.ep
index da9d03c..f72387d 100644
--- a/root/usr/share/smanager/themes/default/templates/partials/_hos_list.html.ep
+++ b/root/usr/share/smanager/themes/default/templates/partials/_hos_list.html.ep
@@ -57,28 +57,32 @@
% my $csrf_token = "TOKEN"; # CSRF token for security
% my $hostentries_name = $_->{'HostName'}; # hostentries name extracted from the data structure
% $actionModify = qq{
- %
- %
- %
- % };
- % my $remove_text = l('REMOVE'); # Localized text
- % $csrf_token = "TOKEN"; # CSRF token for security
- %# my $hostentries_name = $_->{'HostName'}; # hostentries name extracted from the data structure
- % $actionRemove = qq{
- %
- %
+ %
+ %
+ % $modify_text
%
% };
- % }
- <%= $c->render_to_string( inline => $actionModify ) %> <%= $c->render_to_string( inline => $actionRemove ) %>
-
-
+ % my $remove_text = l('REMOVE'); # Localized text
+ % $csrf_token = "TOKEN"; # CSRF token for security
+ %# my $hostentries_name = $_->{'HostName'}; # hostentries name extracted from the data structure
+ % $actionRemove = qq{
+ %
+ %
+ % $remove_text
+ %
+ % };
% }
-
-
+ <%= $c->render_to_string( inline => $actionModify ) %> <%= $c->render_to_string( inline => $actionRemove ) %>
+
+
% }
-
+
+
+% }
+
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/default/templates/partials/_iba_list.html.ep b/root/usr/share/smanager/themes/default/templates/partials/_iba_list.html.ep
index b41374b..5654f96 100644
--- a/root/usr/share/smanager/themes/default/templates/partials/_iba_list.html.ep
+++ b/root/usr/share/smanager/themes/default/templates/partials/_iba_list.html.ep
@@ -53,59 +53,65 @@
% my $csrf_token = "TOKEN"; # CSRF token for security
% my $ibays_entry_name = $ibay->key; # ibays_entry name extracted from the data structure
% $actionModify = qq{
- %
- %
- %
- % };
- % }
+ %
+ %
+ % $modify_text
+ %
+ % };
+ % }
- % if ($passwordable eq 'yes') {
- % my $password_text = l('PASSWORD_RESET'); # Localized text
- % my $csrf_token = "TOKEN"; # CSRF token for security
- % my $ibays_entry_name = $ibay->key; # ibays_entry name extracted from the data structure
- % if ($ibay->prop('PasswordSet') ne 'yes' && $needPassword) {
- % $actionResetPw = qq{
- %
- %
- %
- % };
- % } else {
- % $actionResetPw = qq{
- %
- %
- %
- % };
- % }
-
- % }
-
- % if ($removable eq 'yes') {
- % my $remove_text = l('REMOVE'); # Localized text
- % my $csrf_token = "TOKEN"; # CSRF token for security
- % my $ibays_entry_name = $ibay->key; # ibays_entry name extracted from the data structure
- % $actionRemove = qq{
- %
- %