browse.zentaobiz.html.hook.php 346 B

1234567891011
  1. <?php if($viewType == 'feedback'):?>
  2. <style>
  3. .exchange {float: right; margin-top: 10px;}
  4. </style>
  5. <?php
  6. $syncHtml = common::buildIconButton('feedback', 'syncProduct', '', '', 'button', 'exchange', '', 'exchange iframe', true);
  7. ?>
  8. <script>
  9. $('#subHeader .container').prepend(<?php echo json_encode($syncHtml);?>);
  10. </script>
  11. <?php endif;?>