introduce new icon-set

* remove unused icons
* remove old chiliproject icons
* new iconset: http://www.webalys.com/design-interface-application-framework.php
* change css where needed
* restyle certain items
Conflicts:
	public/images/delete.png
	public/images/edit.png
	public/images/move.png
pull/1/head
Romano Licker 12 years ago
parent 4b4c0789a3
commit 9177a25b4f
  1. 2
      app/helpers/application_helper.rb
  2. 2
      app/helpers/journals_helper.rb
  3. 2
      app/views/admin/info.rhtml
  4. 2
      app/views/issues/_list.rhtml
  5. 2
      app/views/messages/show.rhtml
  6. 4
      app/views/roles/report.rhtml
  7. 2
      app/views/wiki/show.rhtml
  8. 8
      app/views/workflows/_form.html.erb
  9. 2
      app/views/workflows/index.rhtml
  10. BIN
      public/images/activity_news.png
  11. BIN
      public/images/add.png
  12. BIN
      public/images/arrow-down-2.png
  13. BIN
      public/images/arrow-down-grey.png
  14. BIN
      public/images/arrow-down-white.png
  15. BIN
      public/images/arrow-down_2.png
  16. BIN
      public/images/arrow-up-3.png
  17. BIN
      public/images/arrow-up-white.png
  18. BIN
      public/images/arrow_breadcrumb.png
  19. BIN
      public/images/arrow_circle.png
  20. BIN
      public/images/arrow_collapsed.png
  21. BIN
      public/images/arrow_down.png
  22. BIN
      public/images/arrow_down_black.png
  23. BIN
      public/images/arrow_expanded.png
  24. BIN
      public/images/arrow_grey_top_navigation.png
  25. BIN
      public/images/arrow_left_blue.png
  26. BIN
      public/images/arrow_left_darkred.png
  27. BIN
      public/images/arrow_right_blue.png
  28. BIN
      public/images/arrow_right_darkred.png
  29. BIN
      public/images/arrow_white_top_navigation.png
  30. BIN
      public/images/background_active_button.png
  31. BIN
      public/images/background_header.png
  32. BIN
      public/images/background_suche.png
  33. BIN
      public/images/background_top_navigation.png
  34. BIN
      public/images/block.png
  35. BIN
      public/images/calendar.png
  36. BIN
      public/images/cancel.png
  37. BIN
      public/images/changeset.png
  38. BIN
      public/images/check.png
  39. BIN
      public/images/clock.png
  40. 0
      public/images/close_hover.png
  41. BIN
      public/images/copy.png
  42. BIN
      public/images/database_key.png
  43. BIN
      public/images/delete.png
  44. BIN
      public/images/disk.png
  45. BIN
      public/images/dot-blue.png
  46. BIN
      public/images/double_arrow_left.png
  47. BIN
      public/images/double_arrow_right.png
  48. BIN
      public/images/duplicate.png
  49. BIN
      public/images/edit.png
  50. BIN
      public/images/envelope.png
  51. BIN
      public/images/error.png
  52. BIN
      public/images/exclamation.png
  53. BIN
      public/images/false.png
  54. BIN
      public/images/fav.png
  55. BIN
      public/images/fav_off.png
  56. BIN
      public/images/feed.png
  57. BIN
      public/images/gradient-down.png
  58. BIN
      public/images/group.png
  59. BIN
      public/images/help.png
  60. BIN
      public/images/help_icon.png
  61. BIN
      public/images/help_icon_white.png
  62. BIN
      public/images/history.png
  63. BIN
      public/images/icon_help.png
  64. BIN
      public/images/icon_help_grey.png
  65. BIN
      public/images/icon_home.png
  66. BIN
      public/images/icon_home_grey.png
  67. BIN
      public/images/latest_news.png
  68. BIN
      public/images/latest_projects.png
  69. BIN
      public/images/lightning.png
  70. BIN
      public/images/locked.png
  71. BIN
      public/images/locked_un.png
  72. BIN
      public/images/macFFBgHack.png
  73. BIN
      public/images/message.png
  74. BIN
      public/images/move.png
  75. BIN
      public/images/news.png
  76. BIN
      public/images/newsfeed.png
  77. BIN
      public/images/pdf.png
  78. BIN
      public/images/pencil.png
  79. BIN
      public/images/plugin.png
  80. BIN
      public/images/plus.png
  81. BIN
      public/images/projects.png
  82. BIN
      public/images/quote.png
  83. BIN
      public/images/red_x.png
  84. BIN
      public/images/refresh.png
  85. BIN
      public/images/reload.png
  86. BIN
      public/images/rename.png
  87. BIN
      public/images/report.png
  88. BIN
      public/images/save.png
  89. BIN
      public/images/selected-gradient.jpg
  90. BIN
      public/images/shadow-down.png
  91. BIN
      public/images/speech-blue.png
  92. BIN
      public/images/speech-white.png
  93. BIN
      public/images/star.png
  94. BIN
      public/images/stats.png
  95. BIN
      public/images/summary.png
  96. BIN
      public/images/tab-nav-li-active.gif
  97. BIN
      public/images/tab-nav-li.gif
  98. BIN
      public/images/tab-nav-ul.gif
  99. BIN
      public/images/tag.png
  100. BIN
      public/images/task_parent_end.png
  101. Some files were not shown because too many files have changed in this diff Show More

@ -941,7 +941,7 @@ module ApplicationHelper
def checked_image(checked=true)
if checked
image_tag('toggle_check.png', :alt => l(:label_checked), :title => l(:label_checked))
image_tag('check.png', :alt => l(:label_checked), :title => l(:label_checked))
end
end

@ -75,7 +75,7 @@ module JournalsHelper
unless journal.notes.blank?
links = [].tap do |l|
if reply_links
l << link_to_remote(image_tag('comment.png', :alt => l(:button_quote), :title => l(:button_quote)),
l << link_to_remote(image_tag('quote.png', :alt => l(:button_quote), :title => l(:button_quote)),
:url => {:controller => controller, :action => action, :id => model, :journal_id => journal})
end
if editable

@ -6,7 +6,7 @@
<% @checklist.each do |label, result| %>
<tr class="<%= cycle 'odd', 'even' %>">
<td><%= l(label) %></td>
<td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), :style => "vertical-align:bottom;", :alt => (result ? l(:general_text_Yes) : l(:general_text_No))) %></td>
<td width="30px"><%= image_tag((result ? 'check.png' : 'error.png'), :style => "vertical-align:bottom;", :alt => (result ? l(:general_text_Yes) : l(:general_text_No))) %></td>
</tr>
<% end %>
</table>

@ -3,7 +3,7 @@
<div class="autoscroll">
<table class="list issues">
<thead><tr>
<th class="checkbox hide-when-print"><%= link_to image_tag('toggle_check.png'), {},
<th class="checkbox hide-when-print"><%= link_to image_tag('check.png'), {},
:onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;',
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}",
:alt => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %>

@ -26,7 +26,7 @@
<% @replies.each do |message| %>
<div class="message reply" id="<%= "message-#{message.id}" %>">
<div class="contextual">
<%= link_to_remote_if_authorized(image_tag('comment.png'), { :url => {:action => 'quote', :id => message} }, :title => l(:button_quote), :alt => l(:button_quote)) unless @topic.locked? %>
<%= link_to_remote_if_authorized(image_tag('quote.png'), { :url => {:action => 'quote', :id => message} }, :title => l(:button_quote), :alt => l(:button_quote)) unless @topic.locked? %>
<%= link_to(image_tag('edit.png'), {:action => 'edit', :id => message}, :title => l(:button_edit), :alt => l(:button_edit)) if message.editable_by?(User.current) %>
<%= link_to(image_tag('delete.png'), {:action => 'destroy', :id => message}, :method => :post, :confirm => l(:text_are_you_sure), :title => l(:button_delete), :alt => l(:button_delete)) if message.destroyable_by?(User.current) %>
</div>

@ -10,7 +10,7 @@
<% @roles.each do |role| %>
<th>
<%= content_tag(role.builtin? ? 'em' : 'span', h(role.name)) %>
<%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('input.role-#{role.id}')",
<%= link_to_function(image_tag('check.png'), "toggleCheckboxesBySelector('input.role-#{role.id}')",
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
</th>
<% end %>
@ -30,7 +30,7 @@
<% perms_by_module[mod].each do |permission| %>
<tr class="<%= cycle('odd', 'even') %> permission-<%= permission.name %>">
<td>
<%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('.permission-#{permission.name} input')",
<%= link_to_function(image_tag('check.png'), "toggleCheckboxesBySelector('.permission-#{permission.name} input')",
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
<%= l_or_humanize(permission.name, :prefix => 'permission_') %>
</td>

@ -14,7 +14,7 @@
<%= content_tag(:li, link_to(l(:create_child_page), wiki_new_child_path(:id => @page.title, :project_id => @project), :class => 'icon icon-duplicate')) %>
<% end %>
<% end %>
<%= li_unless_nil(link_to_if_authorized(l(:button_rename), {:action => 'rename', :id => @page.title}, :class => 'icon icon-move')) if @content.version == @page.content.version %>
<%= li_unless_nil(link_to_if_authorized(l(:button_rename), {:action => 'rename', :id => @page.title}, :class => 'icon icon-rename')) if @content.version == @page.content.version %>
<%= li_unless_nil(link_to_if_authorized(l(:button_delete), {:action => 'destroy', :id => @page.title}, :method => :delete, :confirm => l(:text_are_you_sure), :class => 'icon icon-del')) %>
<%= li_unless_nil(link_to_if_authorized(l(:button_rollback), {:action => 'edit', :id => @page.title, :version => @content.version }, :class => 'icon icon-cancel')) if @content.version < @page.content.version %>
<% end %>

@ -2,7 +2,7 @@
<thead>
<tr>
<th align="left">
<%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input')",
<%= link_to_function(image_tag('check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input')",
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}",
:alt => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
<%=l(:label_current_status)%>
@ -13,7 +13,7 @@
<td></td>
<% for new_status in @statuses %>
<td width="<%= 75 / @statuses.size %>%" align="center">
<%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input.new-status-#{new_status.id}')",
<%= link_to_function(image_tag('check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input.new-status-#{new_status.id}')",
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}",
:alt => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
<%=h new_status.name %>
@ -25,7 +25,7 @@
<% for old_status in @statuses %>
<tr class="<%= cycle("odd", "even") %>">
<td>
<%= link_to_function(image_tag('toggle_check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input.old-status-#{old_status.id}')",
<%= link_to_function(image_tag('check.png'), "toggleCheckboxesBySelector('table.transitions-#{name} input.old-status-#{old_status.id}')",
:title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}",
:alt => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}") %>
@ -40,4 +40,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>

@ -24,7 +24,7 @@
<td><%= h tracker %></td>
<% roles.each do |role, count| -%>
<td align="center">
<%= link_to((count > 0 ? count : image_tag('false.png')), {:action => 'edit', :role_id => role, :tracker_id => tracker}, :title => l(:button_edit)) %>
<%= link_to((count > 0 ? count : image_tag('red_x.png')), {:action => 'edit', :role_id => role, :tracker_id => tracker}, :title => l(:button_edit)) %>
</td>
<% end -%>
</tr>

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 B

Before

Width:  |  Height:  |  Size: 121 B

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 B

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 B

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 700 B

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 B

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1013 B

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save