Skip to content

Commit

Permalink
Fix modal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jul 9, 2023
1 parent baadbec commit 50f868b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Template/config/modals/remove_plugin_schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
</div>
</div>
<div class="modal-actions">
<?= $this->url->link(t('Deep Clean'), 'PluginCleaningController', 'deletePluginSchemaEntry', array('plugin_name' => $plugin_name, 'plugin' => 'ContentCleaner'), true, 'btn btn-cc-delete') ?>
<button class="btn cancel-btn js-modal-close" href="#"><?= t('Cancel') ?></button>
<?= $this->modal->confirmButtons('PluginCleaningController', 'deletePluginSchemaEntry', array('plugin_name' => $plugin_name, 'plugin' => 'ContentCleaner'), t('Deep Clean'), 1) ?>
</div>
</div>

0 comments on commit 50f868b

Please sign in to comment.