diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep
index 388c399..553591a 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/initial.html.ep
@@ -13,14 +13,14 @@
% if ( stash 'error' ) {
- %= $c->render_to_string(inline => stash 'error')
+ %= $c->render_to_string(inline => stash 'error')
% }
-
+
+
+
+ <%= $c->render_to_string(inline => stash 'error') %>
+
+
+
% }
% my $btn = l('use_SIGNIN');
% if ( $trt eq 'RESET' ) {
-
- %= $c->render_to_string(inline => l 'use_DESC_RESET')
-
+
+
+
<%= $c->render_to_string(inline => l 'use_DESC_RESET') %>
+
% $btn = l('use_RESET');
% }
@@ -36,9 +43,11 @@
% if (config->{debug} == 1) {
-
+
Debug Info:
<%= dumper $c->current_route %>
-
+
% }
-
+
% if (stash 'error') {
-
+
Error:
<%= $c->render_to_string(inline => stash 'error') %>
@@ -23,7 +23,7 @@
<%= $title %>
-
+
<%= $c->render_to_string(inline => stash 'modul') %>