Skip to content

Commit

Permalink
Cleanup Code
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 8, 2023
1 parent 613a7f0 commit 06834c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Assets/css/content-cleaner.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ li.job-plugin-version, li.no-tables {

li.column-names {
background: rgba(255, 101, 0, .6);
border-bottom: 2px dashed rgb(255, 101, 0);
border-bottom: 2px dashed #A52A2A;
padding-bottom: 0;
}

Expand Down
6 changes: 3 additions & 3 deletions Template/cleaning-jobs/plugin-clean.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@
</ul>
</div>
<div class="form-actions plugin-job-form-actions">
<a href="<?= $this->url->href('PluginCleaningController', 'confirmRemoval', array(
<a href="<?= $this->url->href('PluginCleaningController', 'confirmDeletePlugin', array(
'plugin_job_name' => $plugin['plugin_title'],
'job_number' => $plugin['job_number'],
'plugin_name' => $plugin['plugin_name'],
'plugin' => 'ContentCleaner'), false, '', false) ?>" class="btn job-btn js-modal-confirm"><span class="content-cleaner-icon">
</span> <?= t('Deep Clean Plugin') ?>
'plugin' => 'ContentCleaner'), false, '', false) ?>" class="btn job-btn js-modal-confirm">
<span class="content-cleaner-icon"></span> <?= t('Deep Clean Plugin') ?>
</a>
</div>
</fieldset>
Expand Down

0 comments on commit 06834c6

Please sign in to comment.