aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/www/skin/classic
diff options
context:
space:
mode:
authorM.Gergo2020-03-01 03:29:48 +0100
committerM.Gergo2020-03-01 03:29:48 +0100
commitc2908f8a1487e62c4a61032e261721cefc357980 (patch)
treefc88fed60624985a1250c88932d8291a73dd3b83 /mayor-orig/mayor-base/www/skin/classic
parent35283d60ca832c8c9c351ddd78cf9c5396ff80f6 (diff)
downloadmayor-c2908f8a1487e62c4a61032e261721cefc357980.tar.gz
mayor-c2908f8a1487e62c4a61032e261721cefc357980.zip
Rev: 4611rev4611
Diffstat (limited to 'mayor-orig/mayor-base/www/skin/classic')
-rw-r--r--mayor-orig/mayor-base/www/skin/classic/base/html/base.phtml2
-rw-r--r--mayor-orig/mayor-base/www/skin/classic/module-auth/html/login.phtml2
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";