Explorar el Código

Internationalize "Check all / Uncheck all" tooltip in project list for admins (#40166).


git-svn-id: https://svn.redmine.org/redmine/trunk@22675 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/145/merge
Go MAEDA hace 4 meses
padre
commit
5d324bdd45
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      app/views/projects/_list.html.erb

+ 2
- 1
app/views/projects/_list.html.erb Ver fichero

@@ -8,7 +8,8 @@
<tr>
<% if @admin_list %>
<th class="checkbox hide-when-print">
<input type="checkbox" name="check_all" id="check_all" value="" class="toggle-selection" title="Check all/Uncheck all">
<%= check_box_tag 'check_all', '', false, :class => 'toggle-selection',
:title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}" %>
</th>
<% end %>
<% @query.inline_columns.each do |column| %>

Cargando…
Cancelar
Guardar