From 285a4c2cfa5de35d51bf7fbd3427f5aa0af21048 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Mon, 14 Feb 2022 18:29:18 -0500 Subject: [PATCH] fix --- www/application/controllers/Outmessage.php | 7 +- .../views/site3/external/view_signup.php | 11 ++- .../site3/external/view_signup_started.php | 67 +++++++++++++++++++ 3 files changed, 81 insertions(+), 4 deletions(-) create mode 100644 www/application/views/site3/external/view_signup_started.php diff --git a/www/application/controllers/Outmessage.php b/www/application/controllers/Outmessage.php index c02f5271..1acb9169 100644 --- a/www/application/controllers/Outmessage.php +++ b/www/application/controllers/Outmessage.php @@ -7,9 +7,10 @@ class Outmessage extends CI_Controller { $data['account_email'] = ''; //$data['username']; $data['title'] = "Message"; //ucfirst($page); // Capitalize the first letter $data['page_title'] = "Verify Email."; - $this->load->view('templates/header_boxed', $data); - $this->load->view('users/view_outmessage', $data); - $this->load->view('templates/footer_boxed', $data); + //$this->load->view('templates/header_boxed', $data); + //$this->load->view('users/view_outmessage', $data); + //$this->load->view('templates/footer_boxed', $data); + $this->load->view('site3/external/view_signup_started',$data); } } diff --git a/www/application/views/site3/external/view_signup.php b/www/application/views/site3/external/view_signup.php index 4a21db0e..aa742005 100644 --- a/www/application/views/site3/external/view_signup.php +++ b/www/application/views/site3/external/view_signup.php @@ -51,7 +51,16 @@ - + + + +
+ + +
+ + +
diff --git a/www/application/views/site3/external/view_signup_started.php b/www/application/views/site3/external/view_signup_started.php new file mode 100644 index 00000000..621df5fa --- /dev/null +++ b/www/application/views/site3/external/view_signup_started.php @@ -0,0 +1,67 @@ + + + + + + + + + + + + +
+ +
+ +
+ + + WrenchBoard + + + +
+ +
+ +
+ +

Let's verify your email now.

+ + +
check your email.
+ +
+ + +
+ + +

+

Help us secure your WrenchBoard account by verifying your email registration address. Verification will let you access all of WrenchBoard's features.

+
+
If you do not receive the confirmation message within a few minutes of signing up, please check your Junk E-mail folder just in case the confirmation email got delivered there instead of your inbox. If so, select the confirmation message and click Not Junk, which will allow future messages to get through. +
+ +
+ + + +
+ +
+ +
+ + +
+
+ + + + + + \ No newline at end of file