1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Added select-all button

This commit is contained in:
Eldad Fux 2020-07-24 11:47:49 +03:00
parent d44d265f61
commit 80a9b063a2

View file

@ -489,7 +489,7 @@ $timeout = $this->getParam('timeout', 900);
<div class="text-size-small text-fade margin-bottom margin-top-negative-small">Max value is <?php echo $this->escape(number_format($timeout)); ?> seconds (<?php echo $this->escape((int) ($timeout / 60)); ?> minutes)</div>
</section>
<section class="margin-bottom">
<section class="margin-bottom" data-forms-select-all>
<label for="events" class="margin-bottom">Events <span class="tooltip small" data-tooltip="Choose which events should trigger this function."><i class="icon-info-circled"></i></span></label>
<div class="row responsive thin margin-top-small">
<?php foreach ($events as $i => $event) : ?>