I've just corrected path to file, please try go to
site/components/com_vehiclemanager/views/all_vehicle/tmpl/ and change there default.php
Back button you can set in Menu Manager -> Edit Menu Item, tab Params. There please enable Back Button.
1) To remove Contact Agent, please go to site/components/com_vehiclemanager/views/view_vehicle/tmpl/ and in file default.php remove code:
Code: |
<li><a href="#" rel="country8">
<?php
if($vehicle->listing_type == 1){
echo _VEHICLE_MANAGER_LABEL_BUTTON_RENT_REQU_SAVE ;
}else{
echo _VEHICLE_MANAGER_LABEL_CONTACT_AGENT ;
}?>
</a>
</li>
|
2) In the same file you can also change the icon of can. For this please find there
and change it to any icon from
fortawesome.github.io/Font-Awesome/icons/
If you have other questions, please ask.
Best Regards,
Anna
ordasoft.com