diff --git a/src/application/views/appointments/book_success.php b/src/application/views/appointments/book_success.php index 6e02d9e0..5c1637c4 100644 --- a/src/application/views/appointments/book_success.php +++ b/src/application/views/appointments/book_success.php @@ -7,27 +7,6 @@ <?php echo $this->lang->line('appointment_registered') . ' - ' . $company_name; ?> - - - - - - - - config->base_url(); ?>/assets/img/logo.png"> - + + +
+
+
+ +
+ +
+
+ ' . $this->lang->line('appointment_registered') . ''; + echo '

' . $this->lang->line('appointment_details_was_sent_to_you') . '

'; + + if ($this->config->item('ea_google_sync_feature')) { + echo ' + '; + } + + // Display exceptions (if any). + if (isset($exceptions)) { + echo '
'; + echo '

Unexpected Errors

'; + foreach($exceptions as $exc) { + echo exceptionToHtml($exc); + } + echo '
'; + } + ?> +
+
+
+
+ + + + + + + +
' + - '
' + + '
' + '

' + EALang['success'] + '

' + '

' + EALang['appointment_added_to_google_calendar'] + @@ -166,8 +203,7 @@ // The user denied access or something else happened, display // corresponding message on the screen. $('#success-frame').append( - '

' + - '

' + + '
' + '

' + EALang['oops_something_went_wrong'] + '

' + '

' + EALang['could_not_add_to_google_calendar'] + @@ -179,45 +215,9 @@ } }); - - -

-
-
- -
- -
-
- ' . $this->lang->line('appointment_registered') . ''; - echo '

' . $this->lang->line('appointment_details_was_sent_to_you') . '

'; - if ($this->config->item('ea_google_sync_feature')) { - echo ' - '; - } - - // Display exceptions (if any). - if (isset($exceptions)) { - echo '
'; - echo '

Unexpected Errors

'; - foreach($exceptions as $exc) { - echo exceptionToHtml($exc); - } - echo '
'; - } - ?> -
-
-
-
+ \ No newline at end of file diff --git a/src/assets/css/frontend.css b/src/assets/css/frontend.css index 1db72499..01020be5 100644 --- a/src/assets/css/frontend.css +++ b/src/assets/css/frontend.css @@ -207,6 +207,10 @@ body { margin-top: 20px; } +#success-frame .alert { + margin-top: 20px; +} + /* CANCEL APPOINTMENT ------------------------------------------------------------------------- */