2015-05-04 08:59:39 -04:00
|
|
|
<div class="controls">
|
2015-08-27 10:04:24 -04:00
|
|
|
<?php if (! $this->compact): ?>
|
|
|
|
|
<?= $this->tabs ?>
|
|
|
|
|
<?php endif ?>
|
2015-08-27 17:15:56 -04:00
|
|
|
<?= $this->render('partials/comment/comments-header.phtml') ?>
|
2015-05-04 08:59:39 -04:00
|
|
|
</div>
|
|
|
|
|
|
2015-05-18 11:13:46 -04:00
|
|
|
<div class="content multi-commands">
|
2015-09-29 13:29:43 -04:00
|
|
|
<h2><?= $this->translate('Commands') ?></h2>
|
2015-05-04 08:59:39 -04:00
|
|
|
<?= $this->qlink(
|
2015-08-27 17:15:56 -04:00
|
|
|
sprintf($this->translate('Remove %d comments'), $comments->count()),
|
2015-05-04 08:59:39 -04:00
|
|
|
$removeAllLink,
|
|
|
|
|
null,
|
|
|
|
|
array(
|
2015-08-27 10:04:24 -04:00
|
|
|
'icon' => 'trash',
|
2015-08-27 17:15:56 -04:00
|
|
|
'title' => $this->translate('Remove all selected comments')
|
2015-05-04 08:59:39 -04:00
|
|
|
)
|
|
|
|
|
) ?>
|
|
|
|
|
</div>
|