9 lines
210 B
PHP
9 lines
210 B
PHP
<?php if($app->tab == 'workflow'):?>
|
|
<script>
|
|
if(typeof(module) == 'string' && module == 'execution')
|
|
{
|
|
$('#editorNavLeft strong').html('<?php echo $lang->execution->common;?>');
|
|
}
|
|
</script>
|
|
<?php endif;?>
|