2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

login page cosmetics

This commit is contained in:
Alex
2015-09-17 14:09:43 +03:00
parent 74912ca201
commit 51d5a3e034
2 changed files with 16 additions and 16 deletions

View File

@@ -139,7 +139,7 @@ if (!isset($_SESSION['loginID']))
if ($result)
{
// wrong or unknown username
$loginsummary .= "<p>".$clang->gT("Incorrect username and/or password!")."<br />";
$loginsummary .= "<p>".$clang->gT("Incorrect username and/or password!")."</p><br />";
if ($intNthAttempt+1>=$maxLoginAttempt)
$loginsummary .= sprintf($clang->gT("You have exceeded you maximum login attempts. Please wait %d minutes before trying again"),($timeOutTime/60))."<br />";
$loginsummary .= "<br /><a href='$scriptname'>".$clang->gT("Continue")."</a><br />&nbsp;\n";