mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
This commit is contained in:
commit
6c509d3f8b
|
@ -114,20 +114,9 @@ if(isset($GLOBALS['SEEDDMS_HOOKS']['notification'])) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Include additional language file for view
|
||||||
/* Include the language file as specified in the session. If that is not
|
* This file must set $LANG[xx][]
|
||||||
* available use the language from the settings
|
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
if(file_exists($settings->_rootDir . "languages/" . $resArr["language"] . "/lang.inc")) {
|
|
||||||
include $settings->_rootDir . "languages/" . $resArr["language"] . "/lang.inc";
|
|
||||||
$session->setLanguage($resArr["language"]);
|
|
||||||
} else {
|
|
||||||
include $settings->_rootDir . "languages/" . $settings->_language . "/lang.inc";
|
|
||||||
$session->setLanguage($settings->_language);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
if(file_exists($settings->_rootDir . "view/".$theme."/languages/" . $lang . "/lang.inc")) {
|
if(file_exists($settings->_rootDir . "view/".$theme."/languages/" . $lang . "/lang.inc")) {
|
||||||
include $settings->_rootDir . "view/".$theme."/languages/" . $lang . "/lang.inc";
|
include $settings->_rootDir . "view/".$theme."/languages/" . $lang . "/lang.inc";
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ $(document).ready( function() {
|
||||||
$this->htmlStartPage(getMLText("sign_in"), "forcepasswordchange");
|
$this->htmlStartPage(getMLText("sign_in"), "forcepasswordchange");
|
||||||
$this->globalBanner();
|
$this->globalBanner();
|
||||||
$this->contentStart();
|
$this->contentStart();
|
||||||
echo "<h3>".getMLText('password_expiration')."</h3>";
|
$this->contentHeading(getMLText('password_expiration'));
|
||||||
echo "<div class=\"alert\">".getMLText('password_expiration_text')."</div>";
|
echo "<div class=\"alert\">".getMLText('password_expiration_text')."</div>";
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user