FIX_SIMPLIFIED_UI "Traducciones faltantes." SOLVED
- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php, AppNotes.php y appProxy.php * Available from version ProcessMaker-2.0.47 (2.5.1)
This commit is contained in:
@@ -49,12 +49,12 @@
|
||||
modal: true,
|
||||
buttons: {
|
||||
{/literal}"{translate label="ID_CASE_START"}"{literal}: function() {
|
||||
$(this).dialog({/literal}"{translate label="ID_CLOSE"}"{literal});
|
||||
$( this ).dialog( "close" );
|
||||
redirect('home/startCase?id='+id);
|
||||
},
|
||||
|
||||
Cancel: function() {
|
||||
$(this).dialog({/literal}"{translate label="ID_CLOSE"}"{literal});
|
||||
{/literal}"{translate label="ID_CANCEL"}"{literal}: function() {
|
||||
$( this ).dialog( "close" );
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user