diff --git a/application/views/general/update.php b/application/views/general/update.php index 34f88b1b..1c538b86 100644 --- a/application/views/general/update.php +++ b/application/views/general/update.php @@ -7,53 +7,67 @@ - + -
-
- - Easy!Appointments Installation Banner - +
+
+

Easy!Appointments Update

+
+
+ +
+
+
+ +
+

Success!

+

+ The database got updated successfully. +

+
+

+ You can now use the latest Easy!Appointments version. +

+ + + + +
+ +
+

Failure!

+

+ There was an error during the update process. +

+
+

+ Please restore your database backup. +

+ + + + + +

+ Please restore your database backup. +

+
+ +
+ Error Message: +
+
+
-
- -

- The database was updated successfully! -

+ -

- You can now use the latest Easy!Appointments version. -

- -

- There was an error during the update process ... -

- -

- Please restore your database backup. -

- -
- Error Message: -
- - -
- - - - -
-
- - + diff --git a/assets/css/update.css b/assets/css/update.css index 46341b0f..b3c1442e 100644 --- a/assets/css/update.css +++ b/assets/css/update.css @@ -3,8 +3,15 @@ html { min-height: 100%; } -.header { +header { background: #DAFFEB; + margin-bottom: 25px; +} + +header .page-title { + font-weight: lighter; + padding: 40px 0; + color: #429a82; } h3 {