From b68910c6505ace7f5afa7104303371682e868c9a Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 23 Jan 2022 14:16:10 -0500 Subject: [PATCH] Some More UI spruce up to campaign details --- campaign.php | 53 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/campaign.php b/campaign.php index 952c072d..0a587d38 100644 --- a/campaign.php +++ b/campaign.php @@ -9,6 +9,8 @@ if(isset($_GET['campaign_id'])){ $campaign_name = $row['campaign_name']; $campaign_subject = $row['campaign_subject']; + $campaign_from_name = $row['campaign_from_name']; + $campaign_from_email = $row['campaign_from_email']; $campaign_content = $row['campaign_content']; $campaign_status = $row['campaign_status']; $campaign_scheduled_at = $row['campaign_scheduled_at']; @@ -35,10 +37,55 @@ if(isset($_GET['campaign_id'])){ +
+ +
+
+
CAMPAIGN
+

+
+ +
+
+
+ +
+
+
DETAILS
+
+
()
+
+
+
+ +
+
+
Sent
+

18

+
+
+ +
+
+
Opened
+

10

+
+
+ +
+
+
Clicked
+

7

+
+
+ +
+
+
Failed
+

3

+
+
-
-
CAMPAIGN
-