From e5709393314f2e88abf9935d3a004281c259cdbf Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 24 Jan 2013 09:36:30 +0000 Subject: [PATCH] set workflow from mandatory workflow of user --- views/bootstrap/class.AddDocument.php | 40 +++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.AddDocument.php b/views/bootstrap/class.AddDocument.php index f33bd75df..e711fbf28 100644 --- a/views/bootstrap/class.AddDocument.php +++ b/views/bootstrap/class.AddDocument.php @@ -38,6 +38,7 @@ class LetoDMS_View_AddDocument extends LetoDMS_Bootstrap_Style { $enablelargefileupload = $this->params['enablelargefileupload']; $strictformcheck = $this->params['strictformcheck']; $dropfolderdir = $this->params['dropfolderdir']; + $workflowmode = $this->params['workflowmode']; $folderid = $folder->getId(); $this->htmlStartPage(getMLText("folder_title", array("foldername" => htmlspecialchars($folder->getName())))); @@ -197,9 +198,37 @@ class LetoDMS_View_AddDocument extends LetoDMS_Bootstrap_Style { - + +
:
+ + + + + + + + warningMsg(getMLText("add_doc_workflow_warning")); ?> + + + + contentSubHeading(getMLText("assign_reviewers")); ?> @@ -291,9 +320,16 @@ class LetoDMS_View_AddDocument extends LetoDMS_Bootstrap_Style { + + +
+ + + -

">