OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Recomended fields

sv8bur (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Recomended fields 12 Years ago
Karma: 0  
Hi
I would like to know if it is posible to not be shown the line "Year of issue:" or the whole part of recomended fields
Thank you Pericles Vlachos
Logged Logged
The administrator has disabled public write access.
Ulanovatem (User)
Gold Boarder
Posts: 295
graphgraph
User Offline Click here to see the profile of this user
OrdaSoft
Re:Recomended fields 12 Years ago
Karma: 7  
Hello,


You need to comment all lines with : VEHICLE_MANAGER_LABEL_ISSUE_YEAR

on files:
vehiclemanager.html.php (componentscom_vehiclemanager)
admin.vehiclemanager.html.php (administratorcomponentscom_vehiclemanager)


Best Regards,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
sv8bur (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Recomended fields 12 Years ago
Karma: 0  
Thank you very much for your help I managed to disappear the title "YEAR OF ISSUE" but I am still viewing "1900"
Thank you very much
Logged Logged
Last Edit: 2012/03/26 18:11 By sv8bur.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Recomended fields 11 Years, 12 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»