diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 21:02:18 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-09 21:02:18 -0700 |
| commit | 90dc916d0dbd7eb7be3fe767d12faddc723e3506 (patch) | |
| tree | f3b15e23e7aa6c32c63e6034e9ec1957ebfff9bb /rt/share/html/Elements | |
| parent | 73ccb0193ca15a386572a29110c5038aaa83cf83 (diff) | |
installers (calendaring), RT#16584
Diffstat (limited to 'rt/share/html/Elements')
| -rw-r--r-- | rt/share/html/Elements/CalendarDaySchedule | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rt/share/html/Elements/CalendarDaySchedule b/rt/share/html/Elements/CalendarDaySchedule new file mode 100644 index 000000000..08e1a51a5 --- /dev/null +++ b/rt/share/html/Elements/CalendarDaySchedule @@ -0,0 +1,12 @@ +<%args> +$Date => undef +$Tickets => undef +$DateTypes => undef +@username => () +</%args> +% foreach my $username ( @username ) { +<span class="calendarright"><% $username %>---sparkline--*</span><br> +% } +<%init> + +</%init> |
