From: Go MAEDA Date: Sat, 3 Feb 2024 09:03:22 +0000 (+0000) Subject: Merged r22675 and r22676 from trunk to 5.1-stable (#40166). X-Git-Tag: 5.1.2~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=756a03f095cd281dfbff3aaf4c0018d4bc40a67c;p=redmine.git Merged r22675 and r22676 from trunk to 5.1-stable (#40166). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22677 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb index 2dd09d692..74b6c94f8 100644 --- a/app/views/issues/_list.html.erb +++ b/app/views/issues/_list.html.erb @@ -10,7 +10,7 @@ <%= check_box_tag 'check_all', '', false, :class => 'toggle-selection', - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}" %> <% query.inline_columns.each do |column| %> <%= column_header(query, column, query_options) %> diff --git a/app/views/projects/_list.html.erb b/app/views/projects/_list.html.erb index 1bc8d4687..03c5ce059 100644 --- a/app/views/projects/_list.html.erb +++ b/app/views/projects/_list.html.erb @@ -8,7 +8,8 @@ <% if @admin_list %> - + <%= check_box_tag 'check_all', '', false, :class => 'toggle-selection', + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}" %> <% end %> <% @query.inline_columns.each do |column| %> diff --git a/app/views/roles/permissions.html.erb b/app/views/roles/permissions.html.erb index b70e2109b..301624509 100644 --- a/app/views/roles/permissions.html.erb +++ b/app/views/roles/permissions.html.erb @@ -36,7 +36,7 @@ <%= link_to_function('', "toggleCheckboxesBySelector('input.role-#{role.id}')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'icon-only icon-checked') %> <%= content_tag(role.builtin? ? 'em' : 'span', role.name) %> @@ -63,7 +63,7 @@ <%= link_to_function('', "toggleCheckboxesBySelector('.permission-#{permission.name} input')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'icon-only icon-checked') %> <%= humanized_perm_name %> diff --git a/app/views/timelog/_list.html.erb b/app/views/timelog/_list.html.erb index 62e221f59..af8dd1fa5 100644 --- a/app/views/timelog/_list.html.erb +++ b/app/views/timelog/_list.html.erb @@ -6,7 +6,7 @@ <%= check_box_tag 'check_all', '', false, :class => 'toggle-selection', - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}" %> <% @query.inline_columns.each do |column| %> <%= column_header(@query, column) %> diff --git a/app/views/trackers/fields.html.erb b/app/views/trackers/fields.html.erb index a9fe49351..bc6208d07 100644 --- a/app/views/trackers/fields.html.erb +++ b/app/views/trackers/fields.html.erb @@ -10,7 +10,7 @@ <% @trackers.each do |tracker| %> <%= link_to_function('', "toggleCheckboxesBySelector('input.tracker-#{tracker.id}')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'icon-only icon-checked') %> <%= tracker.name %> @@ -29,7 +29,7 @@ <% field_name = l("field_#{field}".sub(/_id$/, '')) %> <%= link_to_function('', "toggleCheckboxesBySelector('input.core-field-#{field}')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'icon-only icon-checked') %> <%= field_name %> @@ -52,7 +52,7 @@ <%= link_to_function('', "toggleCheckboxesBySelector('input.custom-field-#{field.id}')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'icon-only icon-checked') %> <%= field.name %> diff --git a/app/views/users/_list.html.erb b/app/views/users/_list.html.erb index 59c26da50..d2b9fa0ee 100644 --- a/app/views/users/_list.html.erb +++ b/app/views/users/_list.html.erb @@ -6,7 +6,7 @@ <%= check_box_tag 'check_all', '', false, :class => 'toggle-selection', - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}" %> + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}" %> <% @query.inline_columns.each do |column| %> <%= column_header(@query, column) %> diff --git a/app/views/workflows/_form.html.erb b/app/views/workflows/_form.html.erb index d565a02a2..f0863850f 100644 --- a/app/views/workflows/_form.html.erb +++ b/app/views/workflows/_form.html.erb @@ -3,7 +3,7 @@ <%= link_to_function('', "toggleCheckboxesBySelector('table.transitions-#{name} input[type=checkbox]:not(:disabled)')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'no-tooltip icon-only icon-checked') %> <%=l(:label_current_status)%> @@ -14,7 +14,7 @@ <% for new_status in @statuses %> <%= link_to_function('', "toggleCheckboxesBySelector('table.transitions-#{name} input[type=checkbox]:not(:disabled).new-status-#{new_status.id}')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'no-tooltip icon-only icon-checked') %> <%= new_status.name %> @@ -28,7 +28,7 @@ <%= link_to_function('', "toggleCheckboxesBySelector('table.transitions-#{name} input[type=checkbox]:not(:disabled).old-status-#{old_status.try(:id) || 0}')", - :title => "#{l(:button_check_all)}/#{l(:button_uncheck_all)}", + :title => "#{l(:button_check_all)} / #{l(:button_uncheck_all)}", :class => 'no-tooltip icon-only icon-checked') %> <% if old_status %> <% old_status_name = old_status.name %>