Hi
Please open file vehiclemanager.html.php (please at start backup this file)
at folder:
{yours site}/components/com_vehiclemanager/
function: showSearchVehicles
please find code
Code: |
<tr>
<td align="center">
<?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_FROM; ?>
<input class="inputbox" size="8" name="search_date_from"
id="search_date_from"
onclick="calendar=null;return showCalendar( 'search_date_from','y-mm-dd');"
readonly="readonly" value="" />
</td>
<td align="center"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL; ?>
<input class="inputbox" name="search_date_until" size="8" readonly="readonly"
id="search_date_until"
onclick="calendar=null;return showCalendar('search_date_until', 'y-mm-dd');" />
</td>
</tr>
|
and remove it or change to code below
Code: |
<tr>
<!--td align="center">
<?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_FROM; ?>
<input class="inputbox" size="8" name="search_date_from"
id="search_date_from"
onclick="calendar=null;return showCalendar( 'search_date_from','y-mm-dd');"
readonly="readonly" value="" />
</td>
<td align="center"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL; ?>
<input class="inputbox" name="search_date_until" size="8" readonly="readonly"
id="search_date_until"
onclick="calendar=null;return showCalendar('search_date_until', 'y-mm-dd');" />
</td>
</tr-->
|
And you remove these parameters from search.
Thanks,
OrdaSoft team