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

VehicleManager component support

Go to bottom Favoured: 0

Input camp

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
input camp 11 Years, 7 Months ago
Karma: 0  
where I can set the size of the input camp. I already tried firebug with no success.
Logged Logged
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:input camp 11 Years, 7 Months ago
Karma: 101  
Hello,

With help Fire Bug - you may check what need change in yours site for change how site look.

There are need do through code:

Please find and open below file
{yours site}/modules/mod_vehicle_manager_search/mod_vehicle_manager_search.php


in it find code:
<tr>
<td align="left">
<?php echo _VEHICLE_MANAGER_SEARCH_DESC1; ?>
</td>
</tr>
<!--======================================================================================-->
<tr>
<td align="left">
<input class="inputbox" type="text" name="searchtext" size="20" maxlength="20"/>
</td>
</tr>


You need replace it to some like below:
<tr>
<td align="left">
<?php echo _VEHICLE_MANAGER_SEARCH_DESC1; ?>
</td>
</tr>
<!--======================================================================================-->
<tr>
<td align="left">
<input class="inputbox" type="text" name="searchtext" size="30" maxlength="40"/>
</td>
</tr>


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»