Hello,
You need edit file default.php for hide search in all vehicles view
(your website/components/com_vehiclemanager/views/all_vehicle/tmpl
You need comment or delete below code.
Code: |
<div class="search_button_vehicle basictable_54 basictable">
<?php $link = 'index.php?option=com_vehiclemanager&task=show_search_vehicle&catid=&Itemid=' . $Itemid; ?>
<a href="<?php echo sefRelToAbs($link); ?>" class="category<?php echo $params->get('pageclass_sfx'); ?>" align="right">
<i class="fa fa-search"></i>
<?php echo _VEHICLE_MANAGER_LABEL_SEARCH; ?>
</a>
</div>
|
Before make any changes, please make a backup of file.
see attached image.