[rt-users] MessageBox size
Drew Barnes
barnesaw at ucrwcu.rwc.uc.edu
Thu Jan 17 13:35:40 EST 2008
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 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 20(just for testing purposes) and the size stayed the
> same. I'd also like to turn off word wrapping in Comments if
> possible. Does this seem like something that should have worked?
> Where did i go wrong?
>
> Scott
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
More information about the rt-users
mailing list