Re: [rt-users] RT Time fields in days?

2009-02-05 Thread Kenneth Crocker
Kristian, Thanks. I'll give it a try. Kenn LBNL On 2/4/2009 2:46 AM, Kristian Davies wrote: Not my code, but in the interest of sharing: local/html/Elements/SelectTimeUnits %# END BPS TAGGED BLOCK }}} % my $selected = 'minutes'; % $selected = 'hours' if $minutes 60; %

Re: [rt-users] RT Time fields in days?

2009-02-04 Thread Kristian Davies
Not my code, but in the interest of sharing: local/html/Elements/SelectTimeUnits %# END BPS TAGGED BLOCK }}} % my $selected = 'minutes'; % $selected = 'hours' if $minutes 60; % $selected = 'days' if $minutes 480; select class=TimeUnits id=% $Name % name=% $Name % option value=minutes %

Re: [rt-users] RT Time fields in days?

2009-02-03 Thread Kenneth Crocker
Jerrad, Thanks. Is this available in 3.6.4? Kenn LBNL On 2/1/2009 1:03 PM, Jerrad Pierce wrote: See share/html/Elements/SelectTimeUnits But I'd just tell them to multiply by 8 business hours per day. ___

Re: [rt-users] RT Time fields in days?

2009-02-01 Thread Jerrad Pierce
See share/html/Elements/SelectTimeUnits But I'd just tell them to multiply by 8 business hours per day. -- Cambridge Energy Alliance: Save money. Save the planet. ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help:

[rt-users] RT Time fields in days?

2009-01-30 Thread Kenneth Crocker
To all, Is there a way in 3.8.2 to enter and store the data in the Time fields in days? If not, has anyone made their own modifications to do so? I need this one badly. It's a major requirement for my users. Thanks in advance. Kenn LBNL