Merge branch '3.0.1-GA' of bitbucket.org:colosa/processmaker into 3.0.1-GA

This commit is contained in:
Ronald Quenta
2015-07-30 12:38:24 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ class Language extends BaseLanguage
//get labels MichelangeloFE //get labels MichelangeloFE
try { try {
$oTranslation = new Translation(); $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)) { if ($_GET['LOCALE'] === "en" & file_exists($MichelangeloFE)) {
$labels = $this->readLabelsDirectory($MichelangeloFE, true); $labels = $this->readLabelsDirectory($MichelangeloFE, true);
foreach ($labels as $label) { foreach ($labels as $label) {

View File

@@ -1697,7 +1697,7 @@ Ext.onReady ( function() {
var toolbarTodo = [ var toolbarTodo = [
optionMenuOpen, optionMenuOpen,
{ {
xtype: 'tbsplit', xtype: 'tbbutton',
text: _('ID_ACTIONS'), text: _('ID_ACTIONS'),
menu: menuItems menu: menuItems
}, },
@@ -1783,7 +1783,7 @@ Ext.onReady ( function() {
var toolbarDraft = [ var toolbarDraft = [
optionMenuOpen, optionMenuOpen,
{ {
xtype: 'tbsplit', xtype: 'tbbutton',
text: _('ID_ACTIONS'), text: _('ID_ACTIONS'),
menu: menuItems menu: menuItems
}, },