QuickSearch: add help/info title

This commit is contained in:
Thomas Gelf 2017-08-11 12:26:40 +02:00
parent 7815e450b7
commit 1a631b04db

View File

@ -40,6 +40,7 @@ trait QuickSearch
Html::tag('input', [
'type' => 'text',
'name' => 'q',
'title' => $this->translate('Search is simple! Try to combine multiple words'),
'value' => $search,
'placeholder' => $this->translate('Search...'),
'class' => 'search'