diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep.orig b/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep.orig
deleted file mode 100644
index 6ebf10d..0000000
--- a/root/usr/share/smanager/themes/AdminLTE/templates/login.html.ep.orig
+++ /dev/null
@@ -1,69 +0,0 @@
-% layout 'AdminLTE' , title => "Sme server 2 - login";
-
-% content_for 'module' => begin
-
-
-
- %if ( config 'debug' ) {
-
- %= dumper $c->current_route
- %if ( stash 'trt' ) {
- %= dumper stash 'trt'
- %}
-
- %}
-
-% if ( 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')
-
- % $btn = l('use_RESET');
-%}
-
-
- %=l 'use_TITLE'
-
-
- %= form_for '/login' => (method => 'POST') => begin
-
-
- %=l 'USER_NAME'
-
- %= text_field 'Username'
-
-
-% if ( $trt ne 'RESET' ) {
-
- %=l 'PASSWORD'
-
- %= password_field 'Password', id => "", autocomplete => 'current-password', class=>""
- % if (config 'hasJquery') {
- %#
- % }
-
-%}
-
- %= hidden_field 'From' => $c->tx->req->url
- %= hidden_field 'Trt' => $trt
-
-
-
- %= submit_button "$btn", class => ""
-
- %if ( config 'pwdreset' ) {
-
- %}
-
- % end
-
-
-%end
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep
index 949bed6..bdb1735 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/partials/_app_content_breadcrumb.html.ep
@@ -8,7 +8,10 @@