From 360b3fed31934ee3228ca2f7c6c7582aea4ff165 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 26 Apr 2015 16:32:34 +0200 Subject: [PATCH] Converted cancel.php to responsive. --- src/application/views/appointments/cancel.php | 48 ++++++++++++------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/src/application/views/appointments/cancel.php b/src/application/views/appointments/cancel.php index d276e5df..ea99148e 100644 --- a/src/application/views/appointments/cancel.php +++ b/src/application/views/appointments/cancel.php @@ -37,23 +37,37 @@ href="config->base_url(); ?>/assets/img/logo.png"> -
- - - - ' . $this->lang->line('appointment_cancelled') . ''; - - // Display exceptions (if any). - if (isset($exceptions)) { - echo '
'; - echo '

Unexpected Errors

'; - foreach($exceptions as $exception) { - echo exceptionToHtml($exception); - } - echo '
'; - } - ?> +
+
+ +
+ +
+ +
+ +
+ ' . $this->lang->line('appointment_cancelled') . ''; + + // Display exceptions (if any). + if (isset($exceptions)) { + echo '
'; + echo '

Unexpected Errors

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