use phrase 'drag_icon_here' instead of hardcoded text

This commit is contained in:
Uwe Steinmann 2013-02-13 19:39:28 +01:00
parent ed2fae89a9
commit 22f91a73f6

View File

@ -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']) {