Page 1 of 1

Suggestion: Make Add Comment memo box larger

Posted: Thu Dec 13, 2007 5:47 pm
by AbleMods
The memo box for Add Comment on History and Notes is pretty small. It would be very helpful to have the box enlarged to at least twice it's size for longer customer responses.

Posted: Fri Dec 14, 2007 4:53 am
by troutlet
Post feature requests to this forum. PLEASE VOTE on your favorite feature ideas by posting your vote to it's thread!
yes

Re: Suggestion: Make Add Comment memo box larger

Posted: Sat Nov 15, 2008 7:38 am
by Jaz
Always make it easier for the customer!!

Re: Suggestion: Make Add Comment memo box larger

Posted: Mon Nov 17, 2008 7:07 am
by mazhar
You can modify the width and height of text box in ConLib/Recieptpage.ascx control for this purpose. For example find the following line of code in the file

Code: Select all

<asp:TextBox ID="NewOrderNote" runat="server" TextMode="multiline" Width="400px" Height="80px"></asp:TextBox>
and make it look like

Code: Select all

<asp:TextBox ID="NewOrderNote" runat="server" TextMode="multiline" Width="600px" Height="160px"></asp:TextBox>