Revision 785:32d853e2e7ed vendor/plugins/redmine_tags/app/views
| vendor/plugins/redmine_tags/app/views/projects/_filter_search_tags.html.erb | ||
|---|---|---|
| 7 | 7 |
<div id="project_tag_candidates" class="autocomplete"></div> |
| 8 | 8 |
<%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' %> |
| 9 | 9 |
|
| 10 |
<%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_search_tags', :project_id => Project.first.id)}')" %>
|
|
| 10 |
<%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_search_tags', :project_id => Project.first.id)}', true)" %>
|
|
| 11 | 11 |
</div> |
| 12 | 12 |
<% end -%> |
| 13 | 13 |
</p> |
| vendor/plugins/redmine_tags/app/views/projects/index.rhtml | ||
|---|---|---|
| 22 | 22 |
</h2> |
| 23 | 23 |
|
| 24 | 24 |
<div style="clear:both;"></div> |
| 25 |
<% form_remote_tag(:controller => :projects, :action => :index, :method => :get, :id => :project_filtering) do %>
|
|
| 25 |
<% form_remote_tag(:controller => :projects, :action => :index, :method => :get, :html => {:id => :project_filtering_form}) do %>
|
|
| 26 | 26 |
|
| 27 | 27 |
<% if @filter_status=="true" %> |
| 28 | 28 |
<fieldset id="filters_fieldset" class="collapsible"> |
| ... | ... | |
| 42 | 42 |
<%= render :partial => 'filter_search_tags' %> |
| 43 | 43 |
</div> |
| 44 | 44 |
|
| 45 |
<p class='buttons'><%= submit_tag( l('button_filter'), :id => 'filter_button') -%></p>
|
|
| 45 |
<p style="display: none;"><%= submit_tag( l('button_filter'), :id => 'submitButton') -%></p>
|
|
| 46 |
<%= link_to l(:button_apply), {}, :onclick => "$('submitButton').click(); return false;", :class => 'icon icon-checked' %>
|
|
| 47 |
<%= link_to l(:button_clear), {}, :class => 'icon icon-reload' %>
|
|
| 46 | 48 |
</div> |
| 47 | 49 |
</fieldset> |
| 48 | 50 |
<% end %> |
Also available in: Unified diff