Re: [rt-users] MessageBox size

2008-01-17 Thread Emmanuel Lacour
On Thu, Jan 17, 2008 at 02:11:46PM -0800, Kenneth Crocker wrote: > Drew, > > > What are the resulting differences between "HARD" and "SOFT"? > http://www.idocs.com/tags/forms/_TEXTAREA_WRAP.html ___ http://lists.bestpractical.com/cgi-bin/mailman

Re: [rt-users] MessageBox size

2008-01-17 Thread Kenneth Crocker
Drew, What are the resulting differences between "HARD" and "SOFT"? Ken LBNL On 1/17/2008 10:35 AM, Drew Barnes wrote: RT_SiteConfig.pm # For message boxes, set the entry box width and what type of wrapping # to use. # # Default width: 72 Set($MessageBoxWidth , 72); # Default wrap

Re: [rt-users] MessageBox size

2008-01-17 Thread Drew Barnes
RT_SiteConfig.pm # For message boxes, set the entry box width and what type of wrapping # to use. # # Default width: 72 Set($MessageBoxWidth , 72); # Default wrapping: "HARD" (choices "SOFT", "HARD") Set($MessageBoxWrap, "HARD"); Scott Benson wrote: Hello Everyone, I'm look

[rt-users] MessageBox size

2008-01-17 Thread Scott Benson
Hello Everyone, I'm looking for a way to make the reply/comment message box bigger than the 72 wide. I edited /opt/rt3/share/html/Elements/MessageBox /opt/rt3/local/html/Elements/MessageBox /root/rt-3.6.4/html/Elements/MessageBox so that $Width => $RT::MessageBoxWidth || 72 was bigger than