diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index faecc7f0..fac4acf1 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -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 { } -?> \ No newline at end of file +?>