use contentHeading() instead of plain html

This commit is contained in:
Uwe Steinmann 2016-05-03 07:03:47 +02:00
parent 553a29bd29
commit 1b8e0052e8

View File

@ -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();
?>