zentaopms/extension/max/common/ext/view/footer.flow.html.hook.php
2023-05-16 10:50:42 +08:00

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;?>