-
-
-
-
+
+
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 @@
+
-
+
-
= $message_title ?>
= $message_text ?>
@@ -52,7 +46,6 @@
-
×
+ ×
-
×
+ ×
@@ -394,7 +410,7 @@
+
@@ -329,7 +344,7 @@
+
+
@@ -123,7 +120,7 @@
×
+ ×
@@ -315,8 +329,9 @@
= lang('edit_appointment_title') ?>
-
@@ -144,20 +141,26 @@
// Group services by category, only if there is at least one service
// with a parent category.
$has_category = FALSE;
- foreach($available_services as $service) {
- if ($service['category_id'] != NULL) {
+ foreach ($available_services as $service)
+ {
+ if ($service['category_id'] != NULL)
+ {
$has_category = TRUE;
break;
}
}
- if ($has_category) {
- $grouped_services = array();
+ if ($has_category)
+ {
+ $grouped_services = [];
- foreach($available_services as $service) {
- if ($service['category_id'] != NULL) {
- if (!isset($grouped_services[$service['category_name']])) {
- $grouped_services[$service['category_name']] = array();
+ foreach ($available_services as $service)
+ {
+ if ($service['category_id'] != NULL)
+ {
+ if ( ! isset($grouped_services[$service['category_name']]))
+ {
+ $grouped_services[$service['category_name']] = [];
}
$grouped_services[$service['category_name']][] = $service;
@@ -166,28 +169,36 @@
// We need the uncategorized services at the end of the list so
// we will use another iteration only for the uncategorized services.
- $grouped_services['uncategorized'] = array();
- foreach($available_services as $service) {
- if ($service['category_id'] == NULL) {
+ $grouped_services['uncategorized'] = [];
+ foreach ($available_services as $service)
+ {
+ if ($service['category_id'] == NULL)
+ {
$grouped_services['uncategorized'][] = $service;
}
}
- foreach($grouped_services as $key => $group) {
+ foreach ($grouped_services as $key => $group)
+ {
$group_label = ($key != 'uncategorized')
? $group[0]['category_name'] : 'Uncategorized';
- if (count($group) > 0) {
+ if (count($group) > 0)
+ {
echo '';
}
}
- } else {
- foreach($available_services as $service) {
+ }
+ else
+ {
+ foreach ($available_services as $service)
+ {
echo '';
}
@@ -202,7 +213,8 @@
-
+
@@ -214,7 +226,8 @@
-
+
@@ -250,13 +263,13 @@
- = lang('save') ?>
- = lang('cancel') ?>
+ = lang('save') ?>
+ = lang('cancel') ?>
= lang('new_unavailable_title') ?>
-
@@ -380,8 +395,9 @@
- = lang('save') ?>
- = lang('cancel') ?>
+ = lang('save') ?>
+ = lang('cancel') ?>
= lang('new_extra_period_title') ?>
-
@@ -453,17 +469,18 @@
diff --git a/application/views/backend/customers.php b/application/views/backend/customers.php
index 26df6545..19f618b8 100755
--- a/application/views/backend/customers.php
+++ b/application/views/backend/customers.php
@@ -54,7 +54,7 @@
- ×
+ ×
= lang('select_google_calendar') ?>
-
+
- = lang('select') ?>
+ = lang('select') ?>
= lang('close') ?>
-
+
= lang('add') ?>
@@ -76,7 +76,7 @@
-
+
= lang('save') ?>
diff --git a/application/views/backend/services.php b/application/views/backend/services.php
index 3ffe9457..748c2e96 100755
--- a/application/views/backend/services.php
+++ b/application/views/backend/services.php
@@ -61,7 +61,7 @@
-
+
= lang('add') ?>
@@ -76,7 +76,7 @@
-
+
= lang('save') ?>
@@ -181,7 +181,7 @@
-
+
= lang('add') ?>
@@ -196,7 +196,7 @@
-
+
= lang('save') ?>
diff --git a/application/views/backend/settings.php b/application/views/backend/settings.php
index 953be607..122a749c 100755
--- a/application/views/backend/settings.php
+++ b/application/views/backend/settings.php
@@ -69,7 +69,7 @@