mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
fix encapsulation with start/end container
This commit is contained in:
parent
9300d92311
commit
3347b8e4f5
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user