|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -17,7 +17,7 | |||
|
17 | 17 | <%= link_to_remote l(:button_clear), |
|
18 | 18 | { :url => {:controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1}, |
|
19 | 19 | :update => "content", |
|
20 |
}, :class => 'icon icon- |
|
|
20 | }, :class => 'icon icon-reload' %> | |
|
21 | 21 | |
|
22 | 22 | <% if authorize_for('projects', 'add_query') %> |
|
23 | 23 | <%= link_to_remote l(:button_save), |
@@ -32,10 +32,11 | |||
|
32 | 32 | <% else %> |
|
33 | 33 | <div class="contextual"> |
|
34 | 34 | <%= render :partial => 'issues/add_shortcut', :locals => {:trackers => @trackers } %> |
|
35 | <%= link_to l(:button_clear), {:controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1}, :class => 'icon icon-reload' %> | |
|
35 | 36 | <% if authorize_for('projects', 'add_query') %> |
|
36 | 37 | <%= link_to l(:button_edit), {:controller => 'queries', :action => 'edit', :id => @query}, :class => 'icon icon-edit' %> |
|
37 | 38 | <%= link_to l(:button_delete), {:controller => 'queries', :action => 'destroy', :id => @query}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %> |
|
38 | <% end %> | |
|
39 | <% end %> | |
|
39 | 40 | </div> |
|
40 | 41 | <h2><%= @query.name %></h2> |
|
41 | 42 | <% end %> |
@@ -162,6 +162,7 vertical-align: middle; | |||
|
162 | 162 | .icon-warning { background-image: url(../images/warning.png); } |
|
163 | 163 | .icon-fav { background-image: url(../images/fav.png); } |
|
164 | 164 | .icon-fav-off { background-image: url(../images/fav_off.png); } |
|
165 | .icon-reload { background-image: url(../images/reload.png); } | |
|
165 | 166 | |
|
166 | 167 | .icon22-projects { background-image: url(../images/22x22/projects.png); } |
|
167 | 168 | .icon22-users { background-image: url(../images/22x22/users.png); } |
General Comments 0
You need to be logged in to leave comments.
Login now