mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
use translation for 'clipboard'
This commit is contained in:
parent
c98b56cd35
commit
9cedb7843b
|
@ -1042,7 +1042,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
|||
|
||||
function printClipboard($clipboard){ /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$this->contentHeading("Clipboard", true);
|
||||
$this->contentHeading(getMLText("clipboard"), true);
|
||||
echo "<div class=\"well\" ondragover=\"allowDrop(event)\" ondrop=\"onAddClipboard(event)\">\n";
|
||||
$clipboard = $this->params['session']->getClipboard();
|
||||
// print_r($clipboard);
|
||||
|
|
Loading…
Reference in New Issue
Block a user