Added Confirmation to Delete and Archiving tasks, also fixed broken trips page

This commit is contained in:
johnnyq
2023-09-05 19:02:52 -04:00
parent 4b368ee5af
commit 54c1befed9
38 changed files with 50 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ require_once("inc_all_settings.php"); ?>
</div>
<input type="text" class="form-control" name="config_cron_key" placeholder="Generate a CRON Key" value="<?php echo nullable_htmlentities($config_cron_key); ?>" readonly>
<div class="input-group-append">
<a href="post.php?generate_cron_key" class="btn btn-secondary"><i class="fas fa-fw fa-sync mr-2"></i>Generate</a>
<a href="post.php?generate_cron_key" class="btn btn-secondary confirm-link"><i class="fas fa-fw fa-sync mr-2"></i>Generate</a>
</div>
</div>
</div>