mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-15 06:01:19 +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();
|
$clipboard = $this->params['session']->getClipboard();
|
||||||
// print_r($clipboard);
|
// print_r($clipboard);
|
||||||
if(!$clipboard['docs'] && !$clipboard['folders']) {
|
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 {
|
} else {
|
||||||
print "<table class=\"table\">";
|
print "<table class=\"table\">";
|
||||||
if($clipboard['folders']) {
|
if($clipboard['folders']) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user