13 lines
410 B
PHTML
13 lines
410 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h1><?= $this->translate("I'm ready to search, waiting for your input") ?></h1>
|
|
<p><strong><?= $this->translate('Hint') ?>: </strong><?= $this->translate(
|
|
'Please use the asterisk (*) as a placeholder for wildcard searches.'
|
|
. " For convenience I'll always add a wildcard after the last character"
|
|
. ' you typed.'
|
|
) ?></p>
|
|
</div>
|