mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
change class of body tag
This commit is contained in:
parent
3cf78a5d15
commit
6e793b29f9
|
@ -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>";
|
||||
|
|
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user