set type of alert for clipboard drop area

This commit is contained in:
Uwe Steinmann 2021-04-21 12:43:57 +02:00
parent 68b307cf34
commit 3299c75d18

View File

@ -237,7 +237,7 @@ class SeedDMS_View_Clipboard extends SeedDMS_Theme_Style {
$content .= "</table>"; $content .= "</table>";
} else { } else {
} }
$content .= "<div class=\"alert add-clipboard-area\">".getMLText("drag_icon_here")."</div>"; $content .= "<div class=\"alert alert-warning add-clipboard-area\">".getMLText("drag_icon_here")."</div>";
$txt = $this->callHook('postClipboard', $clipboard); $txt = $this->callHook('postClipboard', $clipboard);
if(is_string($txt)) if(is_string($txt))
$content .= $txt; $content .= $txt;