From 309be5563aa682c3b7ecc5f4457dd2f9e3c22b1d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 29 Apr 2015 22:49:02 +0200 Subject: [PATCH] Correction to CHANGELOG.md --- CHANGELOG.md | 2 +- src/application/views/appointments/cancel.php | 73 ------------------- 2 files changed, 1 insertion(+), 74 deletions(-) delete mode 100644 src/application/views/appointments/cancel.php 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 '
'; - } - ?> -
-
- -
-
- -