Merge pull request #79 from HDinger/fix/23438-ausklapplisten-koennen-nicht-im-geschlossenen-zustand-bedient-werden

[23438] [1o] Ausklapplisten können nicht im geschlossenen Zustand bedient werden (Reporting)
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit 4fc9da1d82
  1. 3
      lib/widget/group_bys.rb

@ -50,7 +50,8 @@ class Widget::GroupBys < Widget::Base
out += render_group_caption type
out += label_tag "add_group_by_#{type}",
l(:"label_group_by_add"),
l(:"label_group_by_add") + ' ' +
I18n.t('js.filter.description.text_open_filter'),
class: 'hidden-for-sighted'
out += content_tag :select, id: "add_group_by_#{type}", class: 'advanced-filters--select' do

Loading…
Cancel
Save