Merge branch '3.0.1-GA' of bitbucket.org:colosa/processmaker into 3.0.1-GA
This commit is contained in:
@@ -296,7 +296,7 @@ class Language extends BaseLanguage
|
||||
//get labels MichelangeloFE
|
||||
try {
|
||||
$oTranslation = new Translation();
|
||||
$MichelangeloFE = PATH_HOME . "../vendor/colosa/MichelangeloFE/src";
|
||||
$MichelangeloFE = PATH_HOME . "../workflow/public_html/lib/js";
|
||||
if ($_GET['LOCALE'] === "en" & file_exists($MichelangeloFE)) {
|
||||
$labels = $this->readLabelsDirectory($MichelangeloFE, true);
|
||||
foreach ($labels as $label) {
|
||||
|
||||
@@ -1697,7 +1697,7 @@ Ext.onReady ( function() {
|
||||
var toolbarTodo = [
|
||||
optionMenuOpen,
|
||||
{
|
||||
xtype: 'tbsplit',
|
||||
xtype: 'tbbutton',
|
||||
text: _('ID_ACTIONS'),
|
||||
menu: menuItems
|
||||
},
|
||||
@@ -1783,7 +1783,7 @@ Ext.onReady ( function() {
|
||||
var toolbarDraft = [
|
||||
optionMenuOpen,
|
||||
{
|
||||
xtype: 'tbsplit',
|
||||
xtype: 'tbbutton',
|
||||
text: _('ID_ACTIONS'),
|
||||
menu: menuItems
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user