X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FCalendarSlotSchedule;h=8aadf0a9aeb49e4453f56c556b0db906a11ef495;hb=22f83589b4a605b40fd8107ee949e4921c130797;hp=b82997be82132e3a9d1a9c477d435e1040e4d4fd;hpb=a003b8c5b495cdcd0d79440a5613bcbcca17035e;p=freeside.git diff --git a/rt/share/html/Elements/CalendarSlotSchedule b/rt/share/html/Elements/CalendarSlotSchedule index b82997be8..8aadf0a9a 100644 --- a/rt/share/html/Elements/CalendarSlotSchedule +++ b/rt/share/html/Elements/CalendarSlotSchedule @@ -61,13 +61,14 @@ % FS::sched_avail::pretty_time($due). % ': '. $cust_main[0]->_FreesideURILabel; % #'install for custname XX miles away'; #XXX placeholder/more -% $link = qq( view ). -% include('/elements/popup_link.html', -% action=>$RT::WebPath.'/Ticket/ModifyCustomFieldsPopup.html?id='.$id, -% label =>'edit', -% actionlabel => 'Edit appointment', -% height => 436, # better: A + B * (num_custom_fields) -% ); +% $link = qq( view ); +%#needs higher version of rt +%# . include('/elements/popup_link.html', +%# action=>$RT::WebPath.'/Ticket/ModifyCustomFieldsPopup.html?id='.$id, +%# label =>'edit', +%# actionlabel => 'Edit appointment', +%# height => 436, # better: A + B * (num_custom_fields) +%# ); % $draggable_ticketid = $id; % $draggable_length = $due - $starts; %