From 8f618c33397464b991af4667deeacd6ea6877011 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 31 Aug 2020 13:23:10 +0300 Subject: [PATCH] Miscellaneous fixes on view files, required after merging the bootstrap 4 codebase --- application/views/appointments/book.php | 27 +-- .../views/appointments/book_success.php | 60 +++--- application/views/appointments/message.php | 15 +- application/views/backend/calendar.php | 179 ++++++++++-------- application/views/backend/customers.php | 4 +- application/views/backend/services.php | 8 +- application/views/backend/settings.php | 12 +- application/views/backend/users.php | 18 +- application/views/user/login.php | 2 +- assets/css/backend.css | 12 +- assets/css/frontend.css | 1 + assets/js/backend_calendar_default_view.js | 2 +- assets/js/backend_settings_system.js | 8 +- 13 files changed, 179 insertions(+), 169 deletions(-) diff --git a/application/views/appointments/book.php b/application/views/appointments/book.php index 2963a5f2..6b0c740f 100755 --- a/application/views/appointments/book.php +++ b/application/views/appointments/book.php @@ -71,16 +71,17 @@ - '; - echo '

' . lang('unexpected_issues') . '

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

+ + + + +
+ + + @@ -162,7 +163,7 @@
- - - '; - } +

+ +

- // Display exceptions (if any). - if (isset($exceptions)) { - echo '
'; - echo '

Unexpected Errors

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

+ + + +

+ + + + + + + + + + + +
+

+ + + + +
+
diff --git a/application/views/appointments/message.php b/application/views/appointments/message.php index aca71b7b..b72a8f03 100644 --- a/application/views/appointments/message.php +++ b/application/views/appointments/message.php @@ -26,19 +26,13 @@
-
- -
- -
+
+
+
warning
-
+

@@ -52,7 +46,6 @@
-
diff --git a/application/views/backend/calendar.php b/application/views/backend/calendar.php index e71d124b..49225ca7 100755 --- a/application/views/backend/calendar.php +++ b/application/views/backend/calendar.php @@ -13,36 +13,36 @@
-
-
+
+
@@ -214,7 +226,8 @@
- +
@@ -250,13 +263,13 @@
- -
- +
@@ -315,8 +329,9 @@
@@ -329,7 +344,7 @@
@@ -394,7 +410,7 @@