From db66dff1919d783000b488f312aae95e402c588b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 26 Mar 2018 10:02:58 +0200 Subject: [PATCH] reorder lists of documents --- views/bootstrap/class.MyDocuments.php | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php index 822f23534..cff5e9af7 100644 --- a/views/bootstrap/class.MyDocuments.php +++ b/views/bootstrap/class.MyDocuments.php @@ -708,18 +708,19 @@ $(document).ready( function() { echo '
  • '.count($resArr).''.getMLText("documents_user_no_reception").'
  • '; $resArr = $dms->getDocumentList('DraftOwner', $user); echo '
  • '.count($resArr).''.getMLText("documents_user_draft").'
  • '; + echo ''; + $this->contentHeading(getMLText("documents_in_process")); + echo ''; $this->contentHeading(getMLText("tasks")); echo ''; - $this->contentHeading(getMLText("misc")); + $this->contentHeading(getMLText("archive")); echo ''; echo ''; echo '
    ';