-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
126 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,59 @@ | ||
<div class="modal-header"> | ||
<button type="button" | ||
class="close" | ||
data-dismiss="modal" | ||
aria-hidden="true">×</button> | ||
<h4 class="modal-title"><?= e(trans('vdlp.redirect::lang.buttons.bulk_actions')); ?></h4> | ||
<button type="button" | ||
class="btn-close" | ||
data-dismiss="modal" | ||
aria-hidden="true"></button> | ||
</div> | ||
<div class="modal-body actions"> | ||
<div class="form-group"> | ||
<?php if ($this->getCacheManager()->cachingEnabledAndSupported()): ?> | ||
<button class="btn btn-default btn-block" | ||
data-request="onClearCache" | ||
data-stripe-load-indicator> | ||
<div class="form-group"> | ||
<button class="btn btn-default" | ||
data-request="onClearCache" | ||
data-stripe-load-indicator> | ||
<?= e(trans('vdlp.redirect::lang.buttons.clear_cache')); ?> | ||
</button> | ||
</div> | ||
<?php elseif ($this->getCacheManager()->cachingEnabledButNotSupported()): ?> | ||
<button class="btn btn-default btn-block" | ||
disabled="disabled"> | ||
<div class="form-group"> | ||
<button class="btn btn-default" | ||
disabled="disabled"> | ||
<?= e(trans('vdlp.redirect::lang.buttons.clear_cache')); ?> | ||
</button> | ||
<?php endif; ?> | ||
</div> | ||
<?php endif; ?> | ||
<div class="form-group"> | ||
<button class="btn btn-default btn-block" | ||
data-request="onResetAllStatistics" | ||
data-request-confirm="<?= e(trans('vdlp.redirect::lang.redirect.general_confirm')); ?>"> | ||
<button class="btn btn-default" | ||
data-request="onResetAllStatistics" | ||
data-request-confirm="<?= e(trans('vdlp.redirect::lang.redirect.general_confirm')); ?>"> | ||
<?= e(trans('vdlp.redirect::lang.buttons.reset_all')); ?> | ||
</button> | ||
</div> | ||
<div class="form-group"> | ||
<button class="btn btn-default btn-block" | ||
data-request="onEnableAllRedirects" | ||
data-request-confirm="<?= e(trans('vdlp.redirect::lang.redirect.general_confirm')); ?>"> | ||
<button class="btn btn-default" | ||
data-request="onEnableAllRedirects" | ||
data-request-confirm="<?= e(trans('vdlp.redirect::lang.redirect.general_confirm')); ?>"> | ||
<strong><u><?= e(trans('vdlp.redirect::lang.buttons.enable')); ?></u></strong> <?= e(trans('vdlp.redirect::lang.buttons.all_redirects')); ?> | ||
</button> | ||
</div> | ||
<div class="form-group"> | ||
<button class="btn btn-default btn-block" | ||
data-request="onDisableAllRedirects" | ||
data-request-confirm="<?= e(trans('vdlp.redirect::lang.redirect.general_confirm')); ?>"> | ||
<button class="btn btn-default" | ||
data-request="onDisableAllRedirects" | ||
data-request-confirm="<?= e(trans('vdlp.redirect::lang.redirect.general_confirm')); ?>"> | ||
<strong><u><?= e(trans('vdlp.redirect::lang.buttons.disable')); ?></u></strong> <?= e(trans('vdlp.redirect::lang.buttons.all_redirects')); ?> | ||
</button> | ||
</div> | ||
<button class="btn btn-danger btn-block" | ||
<div class="form-group"> | ||
<button class="btn btn-danger" | ||
data-request="onDeleteAllRedirects" | ||
data-request-confirm="<?= e(trans('vdlp.redirect::lang.redirect.general_confirm')); ?>"> | ||
<strong><u><?= e(trans('vdlp.redirect::lang.buttons.delete')); ?></u></strong> <?= e(trans('vdlp.redirect::lang.buttons.all_redirects')); ?> | ||
</button> | ||
<hr> | ||
<div class="form-group"> | ||
<button class="btn btn-secondary btn-block" | ||
data-dismiss="modal"> | ||
<?= e(trans('backend::lang.form.cancel')); ?> | ||
<strong><u><?= e(trans('vdlp.redirect::lang.buttons.delete')); ?></u></strong> <?= e(trans('vdlp.redirect::lang.buttons.all_redirects')); ?> | ||
</button> | ||
</div> | ||
</div> | ||
<div class="modal-footer"> | ||
<button class="btn btn-secondary" | ||
data-dismiss="modal"> | ||
<?= e(trans('backend::lang.form.cancel')); ?> | ||
</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters