X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2FRT_SiteConfig.pm;h=eb2d09af5d40035ee2674c67b6385ff7fef99749;hb=0f34550ea8c9a38ace831ba96bbd51921bac8d6e;hp=e7ce2a2db2db02468a16ab9ae7da2e73a2721ce6;hpb=7d9c599b7caaa5c0c6d678756d423ee80499c2c0;p=freeside.git diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index e7ce2a2db..eb2d09af5 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -41,16 +41,13 @@ Set($DatabaseHost , ''); # These settings are user-editable. Set($WebDefaultStylesheet, 'freeside2.1'); +Set($UsernameFormat, 'verbose'); #back to concise to hide email addresses #uncomment to use #Set($DefaultSummaryRows, 10); -#does this do anything in RT 3.8?? -Set($QuickCreateLong, 0); #set to true to cause quick ticket creation to - #redirect to the "long" ticket creation screen - #instead of just creating a ticket with the subject. - Set($MessageBoxWidth, 80); +Set($MessageBoxRichTextHeight, 368); #Set(@Plugins,(qw(Extension::QuickDelete RT::FM))); 1;