zentaopms/extension/max/doc/ext/view/objectlibs.custom2export.html.hook.php
2023-05-16 10:50:42 +08:00

11 lines
506 B
PHP
Executable File

<?php if($type == 'custom' && common::hasPriv('doc', 'custom2export')):?>
<?php $html = html::a($this->createLink('doc', 'custom2export', "libID=$libID&docID=$docID", 'html', true), "<i class='icon-export muted'> </i>" . $lang->export, '', "class='btn btn-link export' id='custom2export'");?>
<script>
$(function()
{
$('#subHeader #pageActions .btn-toolbar').prepend(<?php echo json_encode($html);?>);
$('#custom2export').modalTrigger({type:'ajax', showHeader:false});
})
</script>
<?php endif; ?>