##// END OF EJS Templates
Adds links to reset filters on users and projects list....
Jean-Philippe Lang -
r5031:a08c64e11fa7
parent child
Show More
@@ -11,6 +11,7
11 <label><%= l(:label_project) %>:</label>
11 <label><%= l(:label_project) %>:</label>
12 <%= text_field_tag 'name', params[:name], :size => 30 %>
12 <%= text_field_tag 'name', params[:name], :size => 30 %>
13 <%= submit_tag l(:button_apply), :class => "small", :name => nil %>
13 <%= submit_tag l(:button_apply), :class => "small", :name => nil %>
14 <%= link_to l(:button_clear), {:controller => 'admin', :action => 'projects'}, :class => 'icon icon-reload' %>
14 </fieldset>
15 </fieldset>
15 <% end %>
16 <% end %>
16 &nbsp;
17 &nbsp;
@@ -17,6 +17,7
17 <label><%= l(:label_user) %>:</label>
17 <label><%= l(:label_user) %>:</label>
18 <%= text_field_tag 'name', params[:name], :size => 30 %>
18 <%= text_field_tag 'name', params[:name], :size => 30 %>
19 <%= submit_tag l(:button_apply), :class => "small", :name => nil %>
19 <%= submit_tag l(:button_apply), :class => "small", :name => nil %>
20 <%= link_to l(:button_clear), users_path, :class => 'icon icon-reload' %>
20 </fieldset>
21 </fieldset>
21 <% end %>
22 <% end %>
22 &nbsp;
23 &nbsp;
General Comments 0
You need to be logged in to leave comments. Login now