From 3299c75d18de5759a76f779bb6ae96f80698135b Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 21 Apr 2021 12:43:57 +0200 Subject: [PATCH] set type of alert for clipboard drop area --- views/bootstrap/class.Clipboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Clipboard.php b/views/bootstrap/class.Clipboard.php index 119ca805a..1bd9055a9 100644 --- a/views/bootstrap/class.Clipboard.php +++ b/views/bootstrap/class.Clipboard.php @@ -237,7 +237,7 @@ class SeedDMS_View_Clipboard extends SeedDMS_Theme_Style { $content .= ""; } else { } - $content .= "
".getMLText("drag_icon_here")."
"; + $content .= "
".getMLText("drag_icon_here")."
"; $txt = $this->callHook('postClipboard', $clipboard); if(is_string($txt)) $content .= $txt;