X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FSearch%2FSchedule.html;h=0dbe8c30b1a71c74a3c9c3df2741a5d3f524e747;hb=378ea151268f53f875256cdbc4eb52fbee141243;hp=89e7cc569756517414d7929bbd5e34a1c84aedc6;hpb=a1c29e7275ec9b555667d982395c2403d67e81fb;p=freeside.git diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html index 89e7cc569..0dbe8c30b 100644 --- a/rt/share/html/Search/Schedule.html +++ b/rt/share/html/Search/Schedule.html @@ -205,15 +205,14 @@ if ( d == 0 ) { var title = label + - ' view '; -%#needs higher version of RT -%# + <% include('/elements/popup_link.html', -%# action=>$RT::WebPath.'/Ticket/ModifyCustomFieldsPopup.html?id=__MAGIC_TICKET_ID__', -%# label =>'edit', -%# actionlabel => 'Edit appointment', -%# height => 436, # better: A + B * (num_custom_fields) -%# ) |n,js_string -%# %>; + ' view ' + + <% include('/elements/popup_link.html', + action=>$RT::WebPath.'/Ticket/ModifyCustomFieldsPopup.html?id=__MAGIC_TICKET_ID__', + label =>'edit', + actionlabel => 'Edit appointment', + height => 436, # better: A + B * (num_custom_fields) + ) |n,js_string + %>; title = title.replace( /__MAGIC_TICKET_ID__/, ticketid ); $('#'+n_td_id).html( title ); % #(and make the top draggable, so we could do it all over again)