diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 7d04808..18c725a 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -81,7 +81,7 @@ $routes->post("insert_org/", "Business::insert_org"); $routes->get("delete_org/(:any)", "Business::delete_org/$1"); #Routes for Donor Routes -$routes->get("Donor_list/", "Customer::index"); +$routes->get("Contributor_list/", "Customer::index"); $routes->get("new_Donor/(:any)", "Customer::new_Donor/$1"); $routes->get('Customer/getReceiptDetails/(:num)', 'Customer::getReceiptDetails/$1'); // In your routes file (e.g., app/Config/Routes.php) diff --git a/app/Controllers/Customer.php b/app/Controllers/Customer.php index dc77386..dc4b17b 100644 --- a/app/Controllers/Customer.php +++ b/app/Controllers/Customer.php @@ -154,7 +154,7 @@ class Customer extends BaseController } else { - return redirect()->route('Donor_list'); + return redirect()->route('Contributor_list'); } } @@ -187,7 +187,7 @@ class Customer extends BaseController $this->logger->error("Customer: Err Occur = " . $e->getMessage()); session()->setFlashdata('error', 'Message: ' . $e->getMessage()); } - return redirect()->route('Donor_list'); + return redirect()->route('Contributor_list'); } public function get_customer_address($id,$type){ diff --git a/app/Views/auth_login.php b/app/Views/auth_login.php index cc3e132..79a9713 100644 --- a/app/Views/auth_login.php +++ b/app/Views/auth_login.php @@ -48,16 +48,17 @@

-
" method="post">
- +
Please enter the email id
+ + Forgot your password?
@@ -69,17 +70,27 @@
-
+ +
- + + +
+ +
@@ -112,22 +123,22 @@ + diff --git a/app/Views/customer_form.php b/app/Views/customer_form.php index 91f6a5f..027b529 100644 --- a/app/Views/customer_form.php +++ b/app/Views/customer_form.php @@ -165,7 +165,7 @@ - " class="btn btn-secondary waves-effect">Cancel + " class="btn btn-secondary waves-effect">Cancel diff --git a/app/Views/customer_group.php b/app/Views/customer_group.php index 7ffbc0a..bce0f26 100644 --- a/app/Views/customer_group.php +++ b/app/Views/customer_group.php @@ -3,7 +3,7 @@

diff --git a/app/Views/template/header.php b/app/Views/template/header.php index 499bed2..b5bfad8 100644 --- a/app/Views/template/header.php +++ b/app/Views/template/header.php @@ -131,7 +131,7 @@
  • - "> + "> Contributor diff --git a/app/Views/user_form.php b/app/Views/user_form.php index 8a8045d..ae89184 100644 --- a/app/Views/user_form.php +++ b/app/Views/user_form.php @@ -150,9 +150,10 @@ Cancel + +