mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
use phrase 'drag_icon_here' instead of hardcoded text
This commit is contained in:
parent
ed2fae89a9
commit
22f91a73f6
|
@ -1020,7 +1020,7 @@ class LetoDMS_Bootstrap_Style extends LetoDMS_View_Common {
|
|||
$clipboard = $this->params['session']->getClipboard();
|
||||
// print_r($clipboard);
|
||||
if(!$clipboard['docs'] && !$clipboard['folders']) {
|
||||
print "<div class=\"alert\">Drag icon of folder or document here!</div>";
|
||||
print "<div class=\"alert\">".getMLText("drag_icon_here")."</div>";
|
||||
} else {
|
||||
print "<table class=\"table\">";
|
||||
if($clipboard['folders']) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user