diff --git a/application/controllers/employeedetails.php b/application/controllers/employeedetails.php index af95a1c2..dd72cab6 100755 --- a/application/controllers/employeedetails.php +++ b/application/controllers/employeedetails.php @@ -395,7 +395,7 @@ echo ""; $data['DepartmentList'] = $this->employeedetails_model->getDepartment(); $data['EmpDetails'] = $this->employeedetails_model->viewemployee($EmpID); - $this->global['pageTitle'] = 'Siddharth : View Employee'; + $this->global['pageTitle'] = 'Siddharth : Edit Employee'; $this->loadViews("editEmployee", $this->global, $data, NULL); diff --git a/application/controllers/supplier.php b/application/controllers/supplier.php index ced6cb41..32f8d1d8 100755 --- a/application/controllers/supplier.php +++ b/application/controllers/supplier.php @@ -56,7 +56,7 @@ class supplier extends BaseController $data['payment'] = $this->supplier_model->getpayment(); //$data['users'] = $this->purchaseorder_model->getusers(); - $this->global['pageTitle'] = 'siddharth : AddNew Supplier'; + $this->global['pageTitle'] = 'siddharth : Add New Supplier'; $this->loadViews("addsupplier", $this->global,$data, NULL); diff --git a/application/views/addCostCenter.php b/application/views/addCostCenter.php index 14bc59e3..057337fc 100755 --- a/application/views/addCostCenter.php +++ b/application/views/addCostCenter.php @@ -38,7 +38,7 @@ $(function() { display: none; } -