diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index 0c9086f4e9b..0deca9be98d 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -119,7 +119,8 @@ if ($disablenofollow) echo ''; global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?> - + + " name="username" class="flat input-icon-user" size="20" value="" tabindex="1" autofocus="autofocus" /> @@ -128,7 +129,8 @@ if ($disablenofollow) echo ''; global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?> - + + " name="password" class="flat input-icon-password" type="password" size="20" value="" tabindex="2" autocomplete="global->MAIN_LOGIN_ENABLE_PASSWORD_AUTOCOMPLETE)?'off':'on'; ?>" /> diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php index ab2d5152315..5a29c8d77be 100644 --- a/htdocs/core/tpl/passwordforgotten.tpl.php +++ b/htdocs/core/tpl/passwordforgotten.tpl.php @@ -82,6 +82,8 @@ if ($disablenofollow) echo ''; +
+
@@ -89,7 +91,8 @@ if ($disablenofollow) echo ''; @@ -125,7 +128,8 @@ if (! empty($morelogincontent)) {
- + + " id="username" name="username" class="flat input-icon-user" size="20" value="" tabindex="1" />
@@ -146,7 +150,7 @@ if (! empty($morelogincontent)) {
-
class="button" name="password" value="trans('SendNewPassword'); ?>" tabindex="4" /> +
class="button" name="button_password" value="trans('SendNewPassword'); ?>" tabindex="4" />
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 27fb07d414d..f6809425f3e 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1731,7 +1731,6 @@ form#login { max-width: 530px; color: #aaa !important; padding-bottom: 20px; - /* text-shadow: 1px 1px 1px #FFF; */ } .login_table label { text-shadow: 1px 1px 1px #FFF; @@ -1759,7 +1758,7 @@ form#login { border: none; border-bottom: solid 1px rgba(180,180,180,.4); padding: 5px; - margin-left: 18px; + margin-left: 5px; margin-top: 5px; } .login_table input#username:focus, .login_table input#password:focus, .login_table input#securitycode:focus { @@ -2982,9 +2981,6 @@ ul.noborder li:nth-child(even):not(.liste_titre) { .thumbstat150 { flex: 1 1 110px; } - .boxstats, .boxstats130 { - width: 90px; - } .dashboardlineindicator { float: left; padding-left: 5px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index cf872bb117d..1549b6c72f2 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3053,9 +3053,6 @@ div .tdtop { .thumbstat150 { flex: 1 1 110px; } - .boxstats, .boxstats130 { - width: 90px; - } .dashboardlineindicator { float: left; padding-left: 5px; diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index 7731d5b09a6..6d2661a2344 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -133,12 +133,10 @@ if ($action == 'buildnewpassword' && $username) { $message = '
'.$langs->trans("PasswordChangeRequestSent",$edituser->login,dolObfuscateEmail($edituser->email)).'
'; - //$message.=$newpassword; $username=''; } else { - //$message = '
'.$langs->trans("PasswordChangedTo",$newpassword).'
'; $message.= '
'.$edituser->error.'
'; } }