diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 39878706d..8ba627f77 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -366,9 +366,11 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common { echo "
  • ".getMLText("global_default_keywords")."
  • \n"; echo "
  • ".getMLText("global_document_categories")."
  • \n"; echo "
  • ".getMLText("global_attributedefinitions")."
  • \n"; - echo "
  • ".getMLText("global_workflows")."
  • \n"; - echo "
  • ".getMLText("global_workflow_states")."
  • \n"; - echo "
  • ".getMLText("global_workflow_actions")."
  • \n"; + if($this->params['workflowmode'] != 'traditional') { + echo "
  • ".getMLText("global_workflows")."
  • \n"; + echo "
  • ".getMLText("global_workflow_states")."
  • \n"; + echo "
  • ".getMLText("global_workflow_actions")."
  • \n"; + } echo " \n"; echo " \n"; echo " \n"; @@ -762,7 +764,7 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common {