summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/comments/delete-all.phtml
blob: 698c4eea7eaa665c3ac9d772c5093c3e8b03133c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="controls">
    
  <?php if (! $this->compact): ?>
    <?= $this->tabs; ?>
  <?php endif ?>

  <?= $this->render('partials/comment/comments-header.phtml'); ?>
</div>

<div class="content object-command">
    <?= $delCommentForm ?>
</div>