diff --git a/application/controllers/Appointments.php b/application/controllers/Appointments.php index 69f37754..ee886b55 100755 --- a/application/controllers/Appointments.php +++ b/application/controllers/Appointments.php @@ -315,7 +315,7 @@ class Appointments extends EA_Controller { $view['exceptions'] = $exceptions; } - $this->load->view('appointments/book_success', $view); + $this->load->layout('layouts/message/message_layout', 'pages/booking/booking_success_page', $view); } /** diff --git a/application/views/appointments/book_success.php b/application/views/appointments/book_success.php deleted file mode 100755 index 70b4230b..00000000 --- a/application/views/appointments/book_success.php +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - <?= lang('appointment_registered') . ' - ' . $company_name ?> - - - - - - - - - - - -
-
-
-
- success -
- -
-

- -

- -

- -

- - - -

- - - - - - - - - -
- -
- - Powered by - Easy!Appointments - -
-
-
-
- - - - - - - - - - - - - - - - - diff --git a/application/views/pages/booking/booking_success_page.php b/application/views/pages/booking/booking_success_page.php new file mode 100755 index 00000000..c584d809 --- /dev/null +++ b/application/views/pages/booking/booking_success_page.php @@ -0,0 +1,62 @@ + + +
+ success +
+ +
+

+ +

+ +

+ +

+ + + +

+ + + + + + + + + +
+ + + + + + + + + + + +