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

VehicleManager component support

Go to bottom Favoured: 0

Is that a mistake or not?

infogate (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Is that a mistake or not? 9 Years, 7 Months ago
Karma: 0  
To extra fielda i don't get 2 columns. The code to vehiclemanager.html.php is as follows

Code:

    
<div class="admin_row_94 admin_row">
                        <span class="admin_col_01"><?php echo _VEHICLE_MANAGER_LABEL_EXTRA1; ?>:</span>
                        <span class="admin_col_01"><input class="inputbox" type="text" name="extra1" size="30" value="<?php echo $row->extra1; ?>" /></span>
                    </div>



Is that a mistake? I changed the inputbox to be to admin_col_02 but again both feilds stay in one column.
Logged Logged
The administrator has disabled public write access.
infogate (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:Is that a mistake or not? 9 Years, 7 Months ago
Karma: 0  
OK fixed. I just had to add the column width of extra fields to custom.css and replace the class of extra fields with admin_col_02
Logged Logged
The administrator has disabled public write access.
Go to top
»