From ba48d186a9d631e1f3cc57d14d690c5855d7de46 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:35:23 -0700 Subject: [PATCH] Add content card div to contact email edit and module edit (#7272) * Add content card div to contact email edit and module edit * Update module_edit.php --- app/modules/module_edit.php | 2 ++ core/contacts/contact_email_edit.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/modules/module_edit.php b/app/modules/module_edit.php index eb482483b9..296432c1f8 100644 --- a/app/modules/module_edit.php +++ b/app/modules/module_edit.php @@ -205,6 +205,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -297,6 +298,7 @@ echo "\n"; echo "
"; + echo "
"; echo "

"; if ($action == "update") { diff --git a/core/contacts/contact_email_edit.php b/core/contacts/contact_email_edit.php index 1f41f0ba77..f8a1229e67 100644 --- a/core/contacts/contact_email_edit.php +++ b/core/contacts/contact_email_edit.php @@ -239,6 +239,7 @@ if (!empty($_GET["contact_uuid"]) && is_uuid($_GET["contact_uuid"])) { } echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -311,6 +312,7 @@ if (!empty($_GET["contact_uuid"]) && is_uuid($_GET["contact_uuid"])) { echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n";