diff --git a/include/limesurvey/admin/login_check.php b/include/limesurvey/admin/login_check.php index f09b6007..14cecc58 100644 --- a/include/limesurvey/admin/login_check.php +++ b/include/limesurvey/admin/login_check.php @@ -155,9 +155,9 @@ if(!isset($_SESSION['loginID']) && $action != "forgotpass" && ($action != "logou $loginsummary = '
-

'.$clang->gT('You have to enter user name and email.').'



- -

+

'.$clang->gT('You have to enter user name and email.').'


+

+

'.$clang->gT('Main Admin Screen').'

@@ -208,18 +208,18 @@ if(!isset($_SESSION['loginID']) && $action != "forgotpass" && ($action != "logou { if (!isset($logoutsummary)) { - $loginsummary = "

".$clang->gT("You have to login first.")."



"; + $loginsummary = "

".$clang->gT("You have to login first.")."


"; } else { - $loginsummary = "
".$logoutsummary."

"; + $loginsummary = "
".$logoutsummary."

"; } - $loginsummary .= " - - - - + $loginsummary .= "

+

+

+

+

\n -

+ $loginsummary .= "\t\t\t

\n + - "; +

"; } else{ $loginsummary .= "

".sprintf($clang->gT("You have exceeded you maximum login attempts. Please wait %d minutes before trying again"),($timeOutTime/60))."

"; @@ -244,9 +244,9 @@ if(!isset($_SESSION['loginID']) && $action != "forgotpass" && ($action != "logou if ($display_user_password_in_email === true) { - $loginsummary .= "

".$clang->gT("Forgot Your Password?")."
 \n"; + $loginsummary .= "".$clang->gT("Forgot Your Password?")."
 \n"; } - $loginsummary .= "


"; + $loginsummary .= "
"; $loginsummary .= " \n"; diff --git a/include/limesurvey/admin/usercontrol.php b/include/limesurvey/admin/usercontrol.php index dbdf31de..b3a716df 100644 --- a/include/limesurvey/admin/usercontrol.php +++ b/include/limesurvey/admin/usercontrol.php @@ -139,7 +139,7 @@ if (!isset($_SESSION['loginID'])) if ($result) { // wrong or unknown username - $loginsummary .= "

".$clang->gT("Incorrect username and/or password!")."
"; + $loginsummary .= "

".$clang->gT("Incorrect username and/or password!")."


"; if ($intNthAttempt+1>=$maxLoginAttempt) $loginsummary .= sprintf($clang->gT("You have exceeded you maximum login attempts. Please wait %d minutes before trying again"),($timeOutTime/60))."
"; $loginsummary .= "
".$clang->gT("Continue")."
 \n";