view.ipd.html.hook.php 215 B

12345678910
  1. <style>.main-actions {display: none;}</style>
  2. <script>
  3. $(function()
  4. {
  5. $('a:not([data-toggle="tab"])').each(function() {
  6. var text = $(this).text();
  7. $(this).replaceWith(text);
  8. });
  9. })
  10. </script>