X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2FRT_SiteConfig.pm;h=7a6f407356c721a038adc62e8fea6f82abe4fec0;hb=a404926bbec025159de0611ce95783488a8bd241;hp=a5195f21943f4c5f5989737a2b17977d499efc27;hpb=5c90313c6e998f7bfe63147345fade00cbec1230;p=freeside.git diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index a5195f219..7a6f40735 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -40,9 +40,15 @@ Set($DatabaseHost , ''); # These settings are user-editable. -$RT::MyTicketsLength = 10; +#old, RT 3.4 style (deprecated, useless): +#$RT::MyTicketsLength = 10; +#NEW, RT 3.6 style (uncomment to use): +#Set($DefaultSummaryRows, 10); + $RT::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); + 1;