Hello,
You asked how remove "Year of issue" in vehicle manager soft - so we give for you reply exactly as you asked.
If you need remove year with caption you need in file vehiclemanager.html.php
find and remove code look like below,
Code: |
<tr class="vmcolor" >
<td class="first_td">
<strong><?php echo _VEHICLE_MANAGER_LABEL_ISSUE_YEAR; ?></strong>
</td>
<td align="left">
<strong><?php echo $vehicle->year; ?></strong>
</td>
</tr>
|
or replace that code to
Code: |
<!--tr class="vmcolor" >
<td class="first_td">
<strong><?php echo _VEHICLE_MANAGER_LABEL_ISSUE_YEAR; ?></strong>
</td>
<td align="left">
<strong><?php echo $vehicle->year; ?></strong>
</td>
</tr-->
|
Thanks,
OrdaSoft team