main.lite.html.hook.php 391 B

12345678910
  1. <script>
  2. $('.block-project table > thead > tr > th:last-child').remove();
  3. $('.block-project table > tbody > tr > td:last-child').remove();
  4. $('.block-scrumtest').remove();
  5. </script>
  6. <?php if($code == 'list' && $module == 'todo'):?>
  7. <script>
  8. $('form[action*="todo"] button.btn-primary').parent().append('<input type="hidden" name="vision" id="vision" value="lite">');
  9. </script>
  10. <?php endif;?>