##// END OF EJS Templates
Merged r10436 from trunk....
Jean-Philippe Lang -
r10312:a4cd96e8b063
parent child
Show More
@@ -6,7 +6,7
6 6 <%= l(:field_delay) %>: <%= f.text_field :delay, :size => 3 %> <%= l(:label_day_plural) %>
7 7 </span>
8 8 <%= submit_tag l(:button_add) %>
9 <%= toggle_link l(:button_cancel), 'new-relation-form'%>
9 <%= link_to_function l(:button_cancel), '$("#new-relation-form").hide();'%>
10 10 </p>
11 11
12 12 <%= javascript_tag "observeAutocompleteField('relation_issue_to_id', '#{escape_javascript auto_complete_issues_path(:project_id => @project, :scope => (Setting.cross_project_issue_relations? ? 'all' : nil))}')" %>
General Comments 0
You need to be logged in to leave comments. Login now