@@ -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 | |
|
17 | |
@@ -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 | |
|
23 | |
General Comments 0
You need to be logged in to leave comments.
Login now