zentaopms/extension/max/tree/ext/view/browse.zentaobiz.html.hook.php
2023-05-16 10:50:42 +08:00

12 lines
346 B
PHP
Executable File

<?php if($viewType == 'feedback'):?>
<style>
.exchange {float: right; margin-top: 10px;}
</style>
<?php
$syncHtml = common::buildIconButton('feedback', 'syncProduct', '', '', 'button', 'exchange', '', 'exchange iframe', true);
?>
<script>
$('#subHeader .container').prepend(<?php echo json_encode($syncHtml);?>);
</script>
<?php endif;?>