mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
Merge branch 'seeddms-4.2.1' into develop
This commit is contained in:
commit
588254a7ce
|
@ -1,3 +1,8 @@
|
|||
--------------------------------------------------------------------------------
|
||||
Changes in version 4.2.1
|
||||
--------------------------------------------------------------------------------
|
||||
- fixing jumploader upload, added missing file for uploading attachments
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Changes in version 4.2.0
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
|
@ -136,6 +136,7 @@ $text = array(
|
|||
'choose_workflow' => "Workflow wählen",
|
||||
'choose_workflow_state' => "Workflow-Status wählen",
|
||||
'choose_workflow_action' => "Workflow-Aktion wählen",
|
||||
'clipboard' => "Zwischenablage",
|
||||
'close' => "Schließen",
|
||||
'comment' => "Kommentar",
|
||||
'comment_for_current_version' => "Kommentar zur aktuellen Version",
|
||||
|
|
|
@ -136,6 +136,7 @@ $text = array(
|
|||
'choose_workflow' => "Choose workflow",
|
||||
'choose_workflow_state' => "Choose workflow state",
|
||||
'choose_workflow_action' => "Choose workflow action",
|
||||
'clipboard' => "Clipboard",
|
||||
'close' => "Close",
|
||||
'comment' => "Comment",
|
||||
'comment_for_current_version' => "Version comment",
|
||||
|
|
|
@ -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