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

9 lines
177 B
PHP

<?php if(isset($action) && $action->buildin && $action->method == 'view'):?>
<script>
$(function()
{
$('.form-actions a[href*=block]').remove();
})
</script>
<?php endif;?>