From e6341bb01533cc32252676ea40bb94bbd2613a37 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 12 Apr 2014 14:58:12 -0700 Subject: installers (calendaring), RT#16584 --- rt/share/html/Elements/CalendarSlotHeaderSchedule | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rt/share/html/Elements/CalendarSlotHeaderSchedule (limited to 'rt/share/html/Elements/CalendarSlotHeaderSchedule') diff --git a/rt/share/html/Elements/CalendarSlotHeaderSchedule b/rt/share/html/Elements/CalendarSlotHeaderSchedule new file mode 100644 index 000000000..d7e1b76b9 --- /dev/null +++ b/rt/share/html/Elements/CalendarSlotHeaderSchedule @@ -0,0 +1,17 @@ +<%ARGS> +$Date => undef +$Tickets => undef +$DateTypes => undef +@username => () +$slots => $default_slots + +% foreach my $username ( @username ) { + <% $username %> +% } +% if ( scalar(@username) < $slots ) { + + +% } +<%ONCE> +my $default_slots = RT->Config->Get('CalendarWeeklySlots') || 5; + -- cgit v1.2.1