I am compared files before and after editing, all you have done is removed comment and deleted checkbox and you charged $20 per hour BRAVO but fortunately you left "no of doors " I guessing either you cant fix or you guys are greedy for money but anyway i kept my back into it and I tired to edit but nothing happens what I am doing wrong?
Frontend before
Code: |
// $drive_type_list = mosHTML :: selectList($drive_type, 'drive_type', 'class="inputbox" size="1" style="width: 140px"', 'value', 'text', _VEHICLE_MANAGER_LABEL_ALL);
$drive_type_list = '<input type="checkbox" name="drive_type" id="drive_type" checked="checked"/>';
$params->def('drive_type_list',$drive_type_list);
|
Frontend after
Code: |
$drive_type_list = mosHTML :: selectList($drive_type, 'drive_type', 'class="inputbox" size="1" style="width: 140px"', 'value', 'text', _VEHICLE_MANAGER_LABEL_ALL);
$params->def('drive_type_list',$drive_type_list);
|
for "no of doors" what I have do? because it does not have commented lines