fix encapsulation with start/end container

This commit is contained in:
Uwe Steinmann 2024-02-09 10:49:15 +01:00
parent 9300d92311
commit 3347b8e4f5

View File

@ -733,7 +733,6 @@ console.log(params);
}
if($enablereceiptworkflow) {
$this->contentContainerEnd();
$this->contentSubHeading(getMLText("assign_recipients"));
$this->contentContainerStart();
$options = array();
@ -788,9 +787,9 @@ console.log(params);
)
);
$this->contentContainerEnd();
}
$this->contentContainerEnd();
$this->columnEnd();
$this->rowEnd();
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('add_document'));