Elastic: Support multi-selection lists inside of .content (and .list and .sidebar)

pull/6256/head
Aleksander Machniak 7 years ago
parent 5809c57eb3
commit 06f31461c6

@ -453,7 +453,7 @@ function rcube_elastic_ui()
button = $('<a>').attr({'class': 'button icon toggleselect disabled', role: 'button'})
.on('click', function() { if ($(this).is('.active')) table.toggleClass('withselection'); })
.append($('<span class="inner">').text(rcmail.gettext('select')))
.insertBefore(table.parents('.sidebar,.list').find('.header-title'));
.insertBefore(table.parents('.sidebar,.list,.content').find('.header-title'));
// Update Select button state on list update
rcmail.addEventListener('listupdate', function(prop) {

Loading…
Cancel
Save