Mercurial > hg > soundsoftware-site
comparison .svn/pristine/f5/f596fb5452ef6204bb08e656215fd3e293bf5fbb.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <%= error_messages_for 'relation' %> | |
2 | |
3 <p><%= f.select :relation_type, collection_for_relation_type_select, {}, :onchange => "setPredecessorFieldsVisibility();" %> | |
4 <%= l(:label_issue) %> #<%= f.text_field :issue_to_id, :size => 10 %> | |
5 <span id="predecessor_fields" style="display:none;"> | |
6 <%= l(:field_delay) %>: <%= f.text_field :delay, :size => 3 %> <%= l(:label_day_plural) %> | |
7 </span> | |
8 <%= submit_tag l(:button_add) %> | |
9 <%= link_to_function l(:button_cancel), '$("#new-relation-form").hide();'%> | |
10 </p> | |
11 | |
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))}')" %> | |
13 | |
14 <%= javascript_tag "setPredecessorFieldsVisibility();" %> |