From 32a855b74036b3dc7113a12b705c893f26c2687f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 3 Mar 2021 15:38:04 +0100 Subject: [PATCH] initial support for drag and drop of attachments --- views/bootstrap/class.ViewDocument.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 42f785d80..1dcbc12bc 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -1420,12 +1420,14 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { } else $this->infoMsg(getMLText("no_attached_files")); - $this->contentContainerStart(); - if ($document->getAccessMode($user) >= M_READWRITE){ + if(0){ +?> +
+".getMLText("add")."\n"; } - $this->contentContainerEnd(); ?>