diff --git a/CHANGELOG.md b/CHANGELOG.md index c338dffc..09f06eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,4 @@ This file contains the code changes that were introduced into each release (star ### Version 1.1 - Renamed `configuration.php` file to `config.php` and changed the `SystemConfiguration` class to `Config`. This class will contain constants with the project configuration and will be statically used. - Updated project to Bootstrap v3.3.4 and modified frontend CSS so that it is responsive. -- Removed `book_success.php` and `cancel.php` files. Frontend must use the `message.php` file for displaying messages to user. +- Removed `cancel.php` file. Frontend must use the `message.php` file for displaying simple messages to user. diff --git a/src/application/views/appointments/cancel.php b/src/application/views/appointments/cancel.php deleted file mode 100644 index ea99148e..00000000 --- a/src/application/views/appointments/cancel.php +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - <?php echo $this->lang->line('appointment_cancelled_title'); ?> - - - - - - - - - - - - - - - - -
-
- -
- -
- -
- -
- ' . $this->lang->line('appointment_cancelled') . ''; - - // Display exceptions (if any). - if (isset($exceptions)) { - echo '
'; - echo '

Unexpected Errors

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