Merge 6ee20cfd9b
into 6bb5249bf1
This commit is contained in:
commit
c45c6737aa
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue