X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FSearch%2FSchedule.html;h=89e7cc569756517414d7929bbd5e34a1c84aedc6;hb=22f83589b4a605b40fd8107ee949e4921c130797;hp=0dbe8c30b1a71c74a3c9c3df2741a5d3f524e747;hpb=a003b8c5b495cdcd0d79440a5613bcbcca17035e;p=freeside.git diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html index 0dbe8c30b..89e7cc569 100644 --- a/rt/share/html/Search/Schedule.html +++ b/rt/share/html/Search/Schedule.html @@ -205,14 +205,15 @@ if ( d == 0 ) { var title = label + - ' 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 - %>; + ' 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 +%# %>; 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)