diff --git a/add_account_modal.php b/account_add_modal.php similarity index 100% rename from add_account_modal.php rename to account_add_modal.php diff --git a/edit_account_modal.php b/account_edit_modal.php similarity index 100% rename from edit_account_modal.php rename to account_edit_modal.php diff --git a/accounts.php b/accounts.php index 67175b1a6..8526c4da3 100644 --- a/accounts.php +++ b/accounts.php @@ -122,7 +122,7 @@ @@ -135,7 +135,7 @@ @@ -35,7 +35,7 @@ $calendar_color = $row['calendar_color']; $client_id = $row['event_client_id']; - include("edit_calendar_event_modal.php"); + include("calendar_event_edit_modal.php"); } diff --git a/categories.php b/categories.php index d61f474c1..93c8bc2cb 100644 --- a/categories.php +++ b/categories.php @@ -140,7 +140,7 @@ //$colors_diff = array_diff($colors_array,$colors_used_array); - include("edit_category_modal.php"); + include("category_edit_modal.php"); } @@ -155,7 +155,7 @@ +