9 lines
177 B
PHP
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;?>
|