Commit 1e3a3df2 by Jansa Jose

dc

parent 1274c272
......@@ -300,10 +300,10 @@ class Vehicle extends CI_Controller {
redirect(base_url('Vehicle/viewVehModel'));
}
$template['page'] = 'Vehicles/addModel';
$template['menu'] = 'Model Management';
$template['smenu'] = 'Edit Model';
$template['pTitle'] = "Edit Model";
$template['pDescription'] = "Update Model Name";
$template['menu'] = 'Edit Vehicle Management';
$template['smenu'] = 'Edit Vehicle';
$template['pTitle'] = "Edit Vehicle Management";
$template['pDescription'] = "Update Vehicle Name";
$template['vehicle_id'] = encode_param($veh_id);
$template['vehBrand_data'] = $this->Vehicle_model->getVehBrand('',1);
$template['vehModel_data'] = $this->Vehicle_model->getVehModel('',1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment