Skip to content

Commit

Permalink
Cleanup Code
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jul 9, 2023
1 parent 50f868b commit 1ddd7c0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Template/config/modals/plugin_deep_clean.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
</li>
<?php endif ?>
<?php endif ?>
<?php if (($incomingController == 'PluginCleaningController') && ($outgoingAction == 'confirmDeletePluginSchemaEntry')): ?>
<?php if (isset($plugin['plugin_schema_version'])): ?>
<!-- ContentCleaner: PLUGIN DEEP CLEAN PLUGIN SCHEMA ENTRY -->
<li class="plugin-job-delete-item">
<i class="fa fa-check fa-li pp-green" aria-hidden="true"></i>
<span class="db-database-icon"></span> <?= t('Plugin Schema Registration Entry') ?>
</li>
<?php endif ?>
<?php endif ?>
<?php endif ?>
<?php endforeach ?>
</ul>
Expand All @@ -78,9 +69,5 @@
<!-- ContentCleaner: PLUGIN DEEP CLEAN CORE TABLE ENTRIES -->
<?= $this->modal->confirmButtons('PluginCleaningController', 'deleteCoreTableEntries', array('plugin_job_name' => $plugin_job_name, 'plugin' => 'ContentCleaner'), t('Deep Clean')) ?>
<?php endif ?>
<?php if (($incomingController == 'PluginCleaningController') && ($outgoingAction == 'confirmDeletePluginSchemaEntry')): ?>
<!-- ContentCleaner: PLUGIN DEEP CLEAN PLUGIN SCHEMA ENTRY -->
<?= $this->modal->confirmButtons('PluginCleaningController', 'deletePluginSchemaEntry', array('plugin_name' => $plugin_name, 'plugin' => 'ContentCleaner'), t('Deep Clean')) ?>
<?php endif ?>
</div>
</div>

0 comments on commit 1ddd7c0

Please sign in to comment.