mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Add missing icons to action links.
git-svn-id: http://svn.redmine.org/redmine/trunk@19383 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7aa1208dba
commit
433dd9b90b
@ -4,11 +4,11 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<%= actions_dropdown do %>
|
<%= actions_dropdown do %>
|
||||||
<% if @project %>
|
<% if @project %>
|
||||||
<%= link_to l(:field_summary), project_issues_report_path(@project) %>
|
<%= link_to l(:field_summary), project_issues_report_path(@project), :class => 'icon icon-stats' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if User.current.allowed_to?(:import_issues, @project, :global => true) %>
|
<% if User.current.allowed_to?(:import_issues, @project, :global => true) %>
|
||||||
<%= link_to l(:button_import), new_issues_import_path(:project_id => @project) %>
|
<%= link_to l(:button_import), new_issues_import_path(:project_id => @project), :class => 'icon icon-import' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= link_to_if_authorized l(:label_settings),
|
<%= link_to_if_authorized l(:label_settings),
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
:class => 'icon icon-time-add' if User.current.allowed_to?(:log_time, @project, :global => true) %>
|
:class => 'icon icon-time-add' if User.current.allowed_to?(:log_time, @project, :global => true) %>
|
||||||
<%= actions_dropdown do %>
|
<%= actions_dropdown do %>
|
||||||
<% if User.current.allowed_to?(:import_time_entries, @project, :global => true) %>
|
<% if User.current.allowed_to?(:import_time_entries, @project, :global => true) %>
|
||||||
<%= link_to l(:button_import), new_time_entries_import_path(:project_id => @project) %>
|
<%= link_to l(:button_import), new_time_entries_import_path(:project_id => @project), :class => 'icon icon-import' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= link_to_if_authorized l(:label_settings),
|
<%= link_to_if_authorized l(:label_settings),
|
||||||
|
|||||||
BIN
public/images/database_go.png
Normal file
BIN
public/images/database_go.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 698 B |
@ -1533,6 +1533,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
|
|||||||
.icon-toggle-plus { background-image: url(../images/bullet_toggle_plus.png) }
|
.icon-toggle-plus { background-image: url(../images/bullet_toggle_plus.png) }
|
||||||
.icon-toggle-minus { background-image: url(../images/bullet_toggle_minus.png) }
|
.icon-toggle-minus { background-image: url(../images/bullet_toggle_minus.png) }
|
||||||
.icon-clear-query { background-image: url(../images/close_hl.png); }
|
.icon-clear-query { background-image: url(../images/close_hl.png); }
|
||||||
|
.icon-import { background-image: url(../images/database_go.png); }
|
||||||
|
|
||||||
.icon-file { background-image: url(../images/files/default.png); }
|
.icon-file { background-image: url(../images/files/default.png); }
|
||||||
.icon-file.text-plain { background-image: url(../images/files/text.png); }
|
.icon-file.text-plain { background-image: url(../images/files/text.png); }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user