2018-11-23 20:41:18 +00:00
|
|
|
<?= $this->makePartial('button_commit'); ?>
|
2018-11-22 19:34:19 +00:00
|
|
|
|
2018-11-23 20:41:18 +00:00
|
|
|
<?= $this->makePartial('button_reset'); ?>
|
2018-11-22 19:34:19 +00:00
|
|
|
|
|
|
|
|
<button
|
|
|
|
|
type="button"
|
|
|
|
|
class="btn btn-danger empty oc-icon-trash-o <?php if (!$templatePath): ?>hide<?php endif ?>"
|
|
|
|
|
data-request="onDelete"
|
|
|
|
|
data-request-confirm="<?= e(trans('cms::lang.' . $toolbarSource . '.delete_confirm_single')) ?>"
|
|
|
|
|
data-request-success="$.oc.cmsPage.updateTemplateList('<?= $toolbarSource ?>'); $(this).trigger('close.oc.tab', [{force: true}])"
|
2018-11-30 21:33:53 +00:00
|
|
|
data-control="delete-button">
|
|
|
|
|
</button>
|
2018-11-22 19:34:19 +00:00
|
|
|
|
2018-11-30 21:33:53 +00:00
|
|
|
<?= $this->makePartial('button_lastmodified'); ?>
|