change class of body tag

This commit is contained in:
Uwe Steinmann 2014-10-31 13:03:20 +01:00
parent 3cf78a5d15
commit 6e793b29f9
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class SeedDMS_View_ForcePasswordChange extends SeedDMS_Bootstrap_Style {
$user = $this->params['user'];
$passwordstrength = $this->params['passwordstrength'];
$this->htmlStartPage(getMLText("sign_in"), "login");
$this->htmlStartPage(getMLText("sign_in"), "forcepasswordchange");
$this->globalBanner();
$this->contentStart();
echo "<h3>".getMLText('password_expiration')."</h3>";

View File

@ -34,7 +34,7 @@ class SeedDMS_View_PasswordForgotten extends SeedDMS_Bootstrap_Style {
function show() { /* {{{ */
$referrer = $this->params['referrer'];
$this->htmlStartPage(getMLText("password_forgotten"), "login");
$this->htmlStartPage(getMLText("password_forgotten"), "passwordforgotten");
$this->globalBanner();
$this->contentStart();
$this->pageNavigation(getMLText("password_forgotten"));