Thanks,
And can you tell me what need to comment out exactly because its a totally differnt file.
if I comment out this I got error:
<div class="fix_width_3">
<span class="col_04"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT; ?></span>
<div class="col_05_06">
<span class="col_05"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_FROM; ?></span>
<span class="search_date_from"><?php echo JHtml::_('calendar', '', 'search_date_from', 'search_date_from', '%Y-%m-%d', array('size' => '17'
); ?></span>
</div>
<div class="col_07_08">
<span class="col_07"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL; ?></span>
<span class="search_date_until"><?php echo JHtml::_('calendar', '', 'search_date_until', 'search_date_until', '%Y-%m-%d', array('class' => 'inputbox', 'size' => '17'
); ?></span>
</div>
</div>