I do not have a section like that in that file -----Original Message----- From: Adrian Ferrier [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: Re: [WhatsUp Forum] web interface
Hi Robert, This has been addressed in 7.01, however if you can't wait then you can edit your DeviceDetails.asp file in your web directory. You will need to change Lines 93 and 96. Change the section from <TR> <TD>Info1</TD> <TD><INPUT maxLength=128 size=40 name=Info1 value="<%DEVICE% INFO_LINE_1>"></TD></TR> <TR> <TD>Info2</TD> <TD><INPUT maxLength=128 size=40 name=Info2 value="<%DEVICE% INFO_LINE_2>"></TD></TR> to <TR> <TD>Info1</TD> <TD><TEXTAREA rows=2 cols=40 maxLength=128 name=Info1><%DEVICE% INFO_LINE_1></TEXTAREA></TD></TR> <TR> <TD>Info2</TD> <TD><TEXTAREA rows=2 cols=40 maxLength=128 name=Info2><%DEVICE% INFO_LINE_2></TEXTAREA></TD></TR> (note that email probably wrapped long lines so you will have to reconstruct) hope this helps Adrian ----- Original Message ----- From: "Glatt, Robert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 11:46 AM Subject: [WhatsUp Forum] web interface > I am using WUG 7 and if I go into the individual map the info lines are big > enough to hold more than one line of data. When using the web interface it > is only one line big. How can I get the web interface to accept input for > multiple lines? > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ > > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
