mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
use contentHeading() instead of plain html
This commit is contained in:
parent
553a29bd29
commit
1b8e0052e8
|
@ -75,7 +75,7 @@ $(document).ready( function() {
|
|||
$this->htmlStartPage(getMLText("sign_in"), "forcepasswordchange");
|
||||
$this->globalBanner();
|
||||
$this->contentStart();
|
||||
echo "<h3>".getMLText('password_expiration')."</h3>";
|
||||
$this->contentHeading(getMLText('password_expiration'));
|
||||
echo "<div class=\"alert\">".getMLText('password_expiration_text')."</div>";
|
||||
$this->contentContainerStart();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user