This commit is contained in:
Kyoshiro 2017-09-03 20:32:59 +00:00 committed by GitHub
commit c45c6737aa
1 changed files with 2 additions and 1 deletions

View File

@ -1307,6 +1307,7 @@ abstract class baseModule {
if ($label !== null) {
$labelTextOut = new htmlOutputText($label, true, $required);
$labelTextOut->alignment = htmlElement::ALIGN_TOP;
$labelTextOut->setMarkAsRequired($required);
$container->addElement($labelTextOut);
}
$subContainer = new htmlTable();
@ -1927,4 +1928,4 @@ abstract class baseModule {
}
?>
?>