diff --git a/admin/category.php b/admin/category.php index 6673cab7..7613c9af 100644 --- a/admin/category.php +++ b/admin/category.php @@ -135,11 +135,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); if ($archived) { ?> - Unarchive + href="post.php?restore_category=&csrf_token="> + Restore + href="post.php?delete_category=&csrf_token="> Delete Edit + href="post.php?archive_category=&csrf_token="> Archive Edit - + Delete diff --git a/admin/document_template.php b/admin/document_template.php index 4e867642..c1bfbaf4 100644 --- a/admin/document_template.php +++ b/admin/document_template.php @@ -99,7 +99,7 @@ Edit - + Delete diff --git a/admin/mail_queue.php b/admin/mail_queue.php index ff6c469e..af0995a3 100644 --- a/admin/mail_queue.php +++ b/admin/mail_queue.php @@ -163,12 +163,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); 3) { ?> - + - + diff --git a/admin/modals/custom_link/custom_link_add.php b/admin/modals/custom_link/custom_link_add.php index 4f63af1c..599236d3 100644 --- a/admin/modals/custom_link/custom_link_add.php +++ b/admin/modals/custom_link/custom_link_add.php @@ -13,6 +13,7 @@ ob_start();
+ - + + +