components/selectioninfo: use help icon for help

This commit is contained in:
Thomas Gelf 2014-11-15 22:43:30 +01:00
parent 197dc1587b
commit e345c88487
1 changed files with 1 additions and 1 deletions

View File

@ -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>