components/selectioninfo: use help icon for help
This commit is contained in:
parent
197dc1587b
commit
e345c88487
|
@ -2,5 +2,5 @@
|
|||
$helpMessage = $this->translate('Press and hold the Ctrl key while clicking on rows to select multiple rows or press and hold the Shift key to select a range of rows.', 'multiselection');
|
||||
?>
|
||||
<div class="selection-info">
|
||||
<span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?> <?= $this->icon('flash', $helpMessage) ?>
|
||||
<span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?> <?= $this->icon('help', $helpMessage) ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue