mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
fix nesting of containers
This commit is contained in:
parent
a9f88c7191
commit
b7c9ecf162
|
@ -492,8 +492,8 @@ console.log(params);
|
||||||
}
|
}
|
||||||
$this->warningMsg(getMLText("add_doc_workflow_warning"));
|
$this->warningMsg(getMLText("add_doc_workflow_warning"));
|
||||||
} elseif($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') {
|
} elseif($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') {
|
||||||
|
$this->contentContainerEnd();
|
||||||
if($workflowmode == 'traditional') {
|
if($workflowmode == 'traditional') {
|
||||||
$this->contentContainerEnd();
|
|
||||||
$this->contentSubHeading(getMLText("assign_reviewers"));
|
$this->contentSubHeading(getMLText("assign_reviewers"));
|
||||||
$this->contentContainerStart();
|
$this->contentContainerStart();
|
||||||
|
|
||||||
|
@ -697,11 +697,10 @@ console.log(params);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->contentContainerEnd();
|
|
||||||
$this->warningMsg(getMLText("add_doc_reviewer_approver_warning"));
|
$this->warningMsg(getMLText("add_doc_reviewer_approver_warning"));
|
||||||
} else {
|
} else {
|
||||||
$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