2015-02-11 13:58:22 +01:00
|
|
|
<div class="content">
|
2015-03-12 13:39:17 +01:00
|
|
|
<?php foreach (/** @var \Icinga\Module\Doc\Renderer\DocSearchRenderer[] $searches */ $searches as $title => $search): ?>
|
2015-06-05 16:01:37 +02:00
|
|
|
<h2><?= $this->escape($title) ?></h2>
|
2015-06-05 15:37:31 +02:00
|
|
|
<?= $search->isEmpty()
|
|
|
|
? $this->translate('No documentation found matching the filter')
|
|
|
|
: $search ?>
|
2015-02-11 13:58:22 +01:00
|
|
|
<?php endforeach ?>
|
|
|
|
</div>
|