mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +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) {
|
if($enablereceiptworkflow) {
|
||||||
$this->contentContainerEnd();
|
|
||||||
$this->contentSubHeading(getMLText("assign_recipients"));
|
$this->contentSubHeading(getMLText("assign_recipients"));
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
$options = array();
|
$options = array();
|
||||||
|
@ -788,9 +787,9 @@ console.log(params);
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->contentContainerEnd();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->contentContainerEnd();
|
|
||||||
$this->columnEnd();
|
$this->columnEnd();
|
||||||
$this->rowEnd();
|
$this->rowEnd();
|
||||||
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('add_document'));
|
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('add_document'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user