diff options
author | M.Gergo | 2020-03-01 03:29:48 +0100 |
---|---|---|
committer | M.Gergo | 2020-03-01 03:29:48 +0100 |
commit | c2908f8a1487e62c4a61032e261721cefc357980 (patch) | |
tree | fc88fed60624985a1250c88932d8291a73dd3b83 /mayor-orig/mayor-base/www | |
parent | 35283d60ca832c8c9c351ddd78cf9c5396ff80f6 (diff) | |
download | mayor-c2908f8a1487e62c4a61032e261721cefc357980.tar.gz mayor-c2908f8a1487e62c4a61032e261721cefc357980.zip |
Rev: 4611rev4611
Diffstat (limited to 'mayor-orig/mayor-base/www')
-rw-r--r-- | mayor-orig/mayor-base/www/skin/classic/base/html/base.phtml | 2 | ||||
-rw-r--r-- | mayor-orig/mayor-base/www/skin/classic/module-auth/html/login.phtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mayor-orig/mayor-base/www/skin/classic/base/html/base.phtml b/mayor-orig/mayor-base/www/skin/classic/base/html/base.phtml index 5e75c5c2..8d5a81a9 100644 --- a/mayor-orig/mayor-base/www/skin/classic/base/html/base.phtml +++ b/mayor-orig/mayor-base/www/skin/classic/base/html/base.phtml @@ -96,7 +96,7 @@ function html_head($page,$sub,$f,$lang,$skin) { } } echo '<link rel="shortcut icon" href="/skin/classic/base/img/favicon.ico" />'."\n"; - echo '</head>'."\n".'<body data-sessionid="'._SESSIONID.'" data-mayortoken="'.$_SESSION['mayorToken'].'" data-mayorrev="'._MAYORREV.'">'."\n"; + echo '</head>'."\n".'<body data-sessionid="'._SESSIONID.'" data-mayortoken="'.$_SESSION['mayorToken'].'" data-mayorrev="'._MAYORREV.'" data-policy="'._POLICY.'">'."\n"; if (is_string($SSSBB) && $SSSBB!='') echo $SSSBB; } diff --git a/mayor-orig/mayor-base/www/skin/classic/module-auth/html/login.phtml b/mayor-orig/mayor-base/www/skin/classic/module-auth/html/login.phtml index cac82b7e..b7fce357 100644 --- a/mayor-orig/mayor-base/www/skin/classic/module-auth/html/login.phtml +++ b/mayor-orig/mayor-base/www/skin/classic/module-auth/html/login.phtml @@ -32,7 +32,7 @@ _putsvg(); echo '</div>'; - echo '<input type="text" id="focus" accesskey="l" tabindex="1" name="userAccount" value="'.$userAccount.'" maxlength="32" placeholder="'._USERNAME.'" />'."\n"; + echo '<input type="text" id="focus" accesskey="l" tabindex="1" name="userAccount" value="'.$userAccount.'" maxlength="32" placeholder="'._USERNAME.'" />'."\n"; echo '<input type="password" id="userPassword" accesskey="p" tabindex="2" name="userPassword" maxlength="20" placeholder="'._PASSWORD.'" value="" />'."\n"; |