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
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) {

View File

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