@@ -11,6 +11,7 | |||
|
11 | 11 | <label><%= l(:label_project) %>:</label> |
|
12 | 12 | <%= text_field_tag 'name', params[:name], :size => 30 %> |
|
13 | 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 | 15 | </fieldset> |
|
15 | 16 | <% end %> |
|
16 | 17 | |
@@ -17,6 +17,7 | |||
|
17 | 17 | <label><%= l(:label_user) %>:</label> |
|
18 | 18 | <%= text_field_tag 'name', params[:name], :size => 30 %> |
|
19 | 19 | <%= submit_tag l(:button_apply), :class => "small", :name => nil %> |
|
20 | <%= link_to l(:button_clear), users_path, :class => 'icon icon-reload' %> | |
|
20 | 21 | </fieldset> |
|
21 | 22 | <% end %> |
|
22 | 23 | |
General Comments 0
You need to be logged in to leave comments.
Login now