From 036c687bf807b0ff2ed5a0461e00fcd39ca2b31e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 31 Oct 2023 14:51:38 -0400 Subject: [PATCH] Fix up item moving on invoice, quotes and recurrung, removed unnessesary tags, re-arranged the arrows to the top rename remove to delete with a trash can as its more proper --- invoice.php | 12 ++++++------ quote.php | 20 ++++++++++---------- recurring_invoice.php | 16 +++++++++------- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/invoice.php b/invoice.php index 4a9fc9f1..392fa482 100644 --- a/invoice.php +++ b/invoice.php @@ -307,18 +307,18 @@ if (isset($_GET['invoice_id'])) { '; }?> - + + + Edit + + Delete diff --git a/quote.php b/quote.php index 3685073d..12a98332 100644 --- a/quote.php +++ b/quote.php @@ -309,22 +309,22 @@ if (isset($_GET['quote_id'])) { '; }?> + + + Edit - Remove + Delete - - diff --git a/recurring_invoice.php b/recurring_invoice.php index 40c06f41..8bba5ac6 100644 --- a/recurring_invoice.php +++ b/recurring_invoice.php @@ -248,18 +248,20 @@ if (isset($_GET['recurring_id'])) { '; }?> - + + + Edit + + Delete + +