mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
set type of alert for clipboard drop area
This commit is contained in:
parent
68b307cf34
commit
3299c75d18
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user