
Hello List, Where do I change the maxlength field for input of data. Here is the an excerpt of the source generated in the customer_user maintenance screen. I need to increase the maxlength to more than 150. <!--start PreferencesGeneric--> <!--start PreferencesGenericInput--> <tr> <td width="40%" class="contentkey"> Email: <font color="red" title="This values are required.">*</font> <font color="blue" title="This values are read only."></font> </td> <td class="contentvalue"> <input type="text" name="UserEmail" value="stephen.clark@seclark.us" size="35" maxlength="150" /> </td> </tr> <!--stop PreferencesGenericInput --> Thanks, Steve -- Stephen Clark *NetWolves* Sr. Software Engineer III Phone: 813-579-3200 Fax: 813-882-0209 Email: steve.clark@netwolves.com http://www.netwolves.com

On 10/20/2010 09:14 AM, Steve Clark wrote:
Hello List,
Where do I change the maxlength field for input of data. Here is the an excerpt of the source generated in the customer_user maintenance screen. I need to increase the maxlength to more than 150.
<!--start PreferencesGeneric-->
<!--start PreferencesGenericInput--> <tr> <td width="40%" class="contentkey"> Email: <font color="red" title="This values are required.">*</font> <font color="blue" title="This values are read only."></font> </td> <td class="contentvalue"> <input type="text" name="UserEmail" value="stephen.clark@seclark.us" size="35" maxlength="150" /> </td> </tr> <!--stop PreferencesGenericInput -->
Thanks, Steve
-- Stephen Clark *NetWolves* Sr. Software Engineer III Phone: 813-579-3200 Fax: 813-882-0209 Email: steve.clark@netwolves.com http://www.netwolves.com
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Answering my own question:
AdminCustomerUserForm.dtl Is there a good reason why the "Map" couldn't include the maxlength as a field. That is if the maxlength in the Map is zero the default is used else the maxlength specified it used. -- Stephen Clark *NetWolves* Sr. Software Engineer III Phone: 813-579-3200 Fax: 813-882-0209 Email: steve.clark@netwolves.com http://www.netwolves.com
participants (1)
-
Steve Clark