Μικρές διορθώσεις στην ακύρωση ενός ραντεβού
This commit is contained in:
parent
e8725a9b1d
commit
ecca0df535
2 changed files with 3 additions and 3 deletions
|
@ -80,8 +80,8 @@ class Appointments extends CI_Controller {
|
||||||
$customer_title = 'Your appointment has been successfully booked!';
|
$customer_title = 'Your appointment has been successfully booked!';
|
||||||
$provider_title = 'A new appointment has been added to your plan.';
|
$provider_title = 'A new appointment has been added to your plan.';
|
||||||
} else {
|
} else {
|
||||||
$customer_title = 'Appointment changes saved successfully!';
|
$customer_title = 'Appointment Changes Saved Successfully!';
|
||||||
$provider_title = 'Appointment details have changed.';
|
$provider_title = 'Appointment Details Have Changed';
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->notifications->send_book_success(
|
$this->notifications->send_book_success(
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
<div id="success-frame" class="frame-container">
|
<div id="success-frame" class="frame-container">
|
||||||
<img id="success-icon" src="<?php echo $this->config->base_url(); ?>assets/images/success.png" />
|
<img id="success-icon" src="<?php echo $this->config->base_url(); ?>assets/images/success.png" />
|
||||||
|
|
||||||
<h2>Your appointment has been successfully cancelled.</h2>
|
<h2>Your appointment has been successfully cancelled</h2>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// Display exception message (if any).
|
// Display exception message (if any).
|
||||||
|
|
Loading…
Reference in a new issue