Μικρές διορθώσεις στην ακύρωση ενός ραντεβού

This commit is contained in:
alextselegidis@gmail.com 2013-06-08 15:54:22 +00:00
parent e8725a9b1d
commit ecca0df535
2 changed files with 3 additions and 3 deletions

View File

@ -80,8 +80,8 @@ class Appointments extends CI_Controller {
$customer_title = 'Your appointment has been successfully booked!';
$provider_title = 'A new appointment has been added to your plan.';
} else {
$customer_title = 'Appointment changes saved successfully!';
$provider_title = 'Appointment details have changed.';
$customer_title = 'Appointment Changes Saved Successfully!';
$provider_title = 'Appointment Details Have Changed';
}
$this->notifications->send_book_success(

View File

@ -50,7 +50,7 @@
<div id="success-frame" class="frame-container">
<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
// Display exception message (if any).