Revision 1254:a54ce736229d plugins/redmine_tags/app
| plugins/redmine_tags/app/views/projects/index.html.erb | ||
|---|---|---|
| 15 | 15 |
</h2> |
| 16 | 16 |
|
| 17 | 17 |
<div style="clear:both;"></div> |
| 18 |
<%= form_tag(:controller => :projects, :action => :index, :method => :get, :html => {:id => :project_filtering_form}, :remote => true) do -%>
|
|
| 19 | 18 |
|
| 19 |
<%= form_tag :projects, :method => :get do -%> |
|
| 20 | 20 |
<fieldset id="filters_fieldset" class="collapsible"> |
| 21 | 21 |
<legend><%= l(:label_filter_plural) %></legend> |
| 22 | 22 |
|
| ... | ... | |
| 26 | 26 |
</div> |
| 27 | 27 |
|
| 28 | 28 |
<p class='q'> |
| 29 |
<%= label_tag 'q', l('project_filtering_q_label') %>
|
|
| 30 |
<%= text_field_tag 'q', @question, :size => 30, :id => 'search-input' %> |
|
| 29 |
<%= label_tag 'search', l('project_filtering_q_label') %>
|
|
| 30 |
<%= text_field_tag 'search', params[:search] -%> |
|
| 31 |
<%= submit_tag :search, :name => nil %> |
|
| 31 | 32 |
</p> |
| 32 | 33 |
|
| 33 |
<p style="display: none;"><%= submit_tag( l('button_filter'), :id => 'submitButton') -%></p>
|
|
| 34 |
<%= link_to l(:button_apply), {}, :onclick => "$('submitButton').click(); return false;", :class => 'icon icon-checked' -%>
|
|
| 35 |
<%= link_to l(:button_clear), {}, :class => 'icon icon-reload' %>
|
|
| 36 | 34 |
</div> |
| 37 | 35 |
|
| 38 | 36 |
</fieldset> |
Also available in: Unified diff