diff --git a/app/Controllers/Users.php b/app/Controllers/Users.php index a89c92b1..acd20db3 100755 --- a/app/Controllers/Users.php +++ b/app/Controllers/Users.php @@ -157,7 +157,7 @@ class Users extends BaseController 'first_name' => $this->request->getPost('first_name'), 'last_name' => $this->request->getPost('last_name'), 'mobile_no' => $this->request->getPost('mobile_no'), - 'date_of_birth' => $this->request->getPost('date_of_birth'), + 'date_of_birth' => NULL, 'address' => $this->request->getPost('address'), 'gender' => $this->request->getPost('gender'), 'business_id' => $business_id diff --git a/app/Views/template/footer.php b/app/Views/template/footer.php index 1c64f5d1..a7ddc74d 100644 --- a/app/Views/template/footer.php +++ b/app/Views/template/footer.php @@ -1,546 +1,784 @@ - + - - + + - - + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+
+ Theme Settings +
+ +
+ + +
Color Scheme
+
+ + +
+ +
+ + +
+ + +
Width
+
+ + +
+
+ + +
+ + +
Topbar
+ +
+ + +
+ +
+ + +
+ + +
Menus Positon (Leftsidebar and Topbar)
+ +
+ + +
+ +
+ + +
+ + +
Left Sidebar Color
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
Left Sidebar Size
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
Sidebar User Info
+ +
+ + +
+ + + + +
+ +
+
+ +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/Views/user_form.php b/app/Views/user_form.php index 5f8cdae7..5c20115d 100644 --- a/app/Views/user_form.php +++ b/app/Views/user_form.php @@ -37,10 +37,10 @@ -
+