From a863f6dc3cb00b50c497f836af7255d8999be455 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 4 Dec 2015 19:45:01 -0800 Subject: link to ticket, RT#34237 --- rt/share/html/Elements/CalendarSlotSchedule | 4 +++- rt/share/html/Search/Schedule.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'rt') diff --git a/rt/share/html/Elements/CalendarSlotSchedule b/rt/share/html/Elements/CalendarSlotSchedule index 943c8baac..4ff47670a 100644 --- a/rt/share/html/Elements/CalendarSlotSchedule +++ b/rt/share/html/Elements/CalendarSlotSchedule @@ -20,6 +20,7 @@ % % my $bgcolor = '666666;border-color:#555555'; % my $content = ''; +% my $link = ''; % my $selectable = 0; % my $draggable_ticketid = 0; % my $draggable_length = 0; @@ -60,6 +61,7 @@ % FS::sched_avail::pretty_time($due). % ': '. $cust_main[0]->_FreesideURILabel; % #'install for custname XX miles away'; #XXX placeholder/more +% $link = qq( view); % $draggable_ticketid = $id; % $draggable_length = $due - $starts; % @@ -128,7 +130,7 @@ % } % % } - ><% $content |h %> + ><% $content |h %><% $link |n %>