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.