diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php
index 27ab617636b..5b418f63541 100644
--- a/htdocs/core/tpl/passwordforgotten.tpl.php
+++ b/htdocs/core/tpl/passwordforgotten.tpl.php
@@ -238,21 +238,23 @@ if (!empty($morelogincontent)) {
-
global->MAIN_LOGIN_BACKGROUND) ? '' : ' backgroundsemitransparent boxshadow').'" style="max-width: 70%">';
print '';
print $langs->trans('SendNewPasswordDesc');
print '';
+ print '
';
}
} else {
+ print '';
print '
';
print $langs->trans('AuthenticationDoesNotAllowSendNewPassword', $mode);
print '
';
+ print '
';
}
?>
-
global->MAIN_LOGIN_BACKGROUND) ? '' : ' backgroundsemitransparent boxshadow').'" style="max-width: 70%">';
print '';
print $langs->trans('EnterNewPasswordHere');
print '';
+ print '
';
}
} else {
+ print '';
print '
';
print $langs->trans('AuthenticationDoesNotAllowSendNewPassword', $mode);
print '
';
+ print '
';
}
?>
-