summaryrefslogtreecommitdiff
path: root/rt/share/html/Search
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-03-28 19:41:52 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-03-28 19:41:52 -0500
commit22f83589b4a605b40fd8107ee949e4921c130797 (patch)
treebbe4d40c19f163a930d94dbc51bb36916999e392 /rt/share/html/Search
parenta003b8c5b495cdcd0d79440a5613bcbcca17035e (diff)
RT#34237: installer scheduling [removed edit links, v3 only]
Diffstat (limited to 'rt/share/html/Search')
-rw-r--r--rt/share/html/Search/Schedule.html17
1 files changed, 9 insertions, 8 deletions
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 +
- ' <A HREF="<%$RT::WebPath%>/Ticket/Display.html?id=' + ticketid + '" target="_blank">view</A> ' +
- <% 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
- %>;
+ ' <A HREF="<%$RT::WebPath%>/Ticket/Display.html?id=' + ticketid + '" target="_blank">view</A> ';
+%#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)