Merge 6ee20cfd9b
into 6bb5249bf1
This commit is contained in:
commit
c45c6737aa
|
@ -1307,6 +1307,7 @@ abstract class baseModule {
|
||||||
if ($label !== null) {
|
if ($label !== null) {
|
||||||
$labelTextOut = new htmlOutputText($label, true, $required);
|
$labelTextOut = new htmlOutputText($label, true, $required);
|
||||||
$labelTextOut->alignment = htmlElement::ALIGN_TOP;
|
$labelTextOut->alignment = htmlElement::ALIGN_TOP;
|
||||||
|
$labelTextOut->setMarkAsRequired($required);
|
||||||
$container->addElement($labelTextOut);
|
$container->addElement($labelTextOut);
|
||||||
}
|
}
|
||||||
$subContainer = new htmlTable();
|
$subContainer = new htmlTable();
|
||||||
|
@ -1927,4 +1928,4 @@ abstract class baseModule {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue