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')
% } -

<%= $title %>

+

<%= $title %>

- + %= $modul diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep index 0a82faa..cedda38 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep @@ -12,16 +12,23 @@ % } % if ( 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 @@

-

Koozali


Server Manager

+

Koozali

+
+

Server Manager

-
+

%=l 'use_TITLE'

@@ -63,8 +72,8 @@
- %= hidden_field 'From' => $c->tx->req->url - %= hidden_field 'Trt' => stash 'trt' + <%= hidden_field 'From' => $c->tx->req->url %> + <%= hidden_field 'Trt' => stash 'trt' %>
@@ -84,7 +93,10 @@
-

I forgot my password

+
+
+ I forgot my password +
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/module.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/module.html.ep index a281b5b..ce4efd6 100644 --- a/root/usr/share/smanager/themes/AdminLTE/templates/module.html.ep +++ b/root/usr/share/smanager/themes/AdminLTE/templates/module.html.ep @@ -8,14 +8,14 @@
% 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') %>