no need for FS calendar buttons in RT 4.2
[freeside.git] / rt / share / html / Elements / EditCustomFieldTimeValue
1 % my $name = $NamePrefix . $CustomField->Id . '-Value';
2 % if ($Multiple) {
3 %   $RT::Logger->error("TimeValue Multiple custom field not supported");
4 %   return;
5 % }
6 <& /Elements/EditTimeValue,
7     Name    => $name,
8     Default => $Default,
9     InUnits => $ARGS{"$name-TimeUnits"} || 'minutes',
10 &>
11 <%ARGS>
12 $CustomField => undef
13 $NamePrefix => undef
14 $Default => undef
15 $Multiple => undef
16 </%ARGS>