Merge branch 'seeddms-4.2.1' into develop

This commit is contained in:
Uwe Steinmann 2013-04-22 21:10:19 +02:00
commit 588254a7ce
4 changed files with 8 additions and 1 deletions

View File

@ -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
--------------------------------------------------------------------------------

View File

@ -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",

View File

@ -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",

View File

@ -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);