From 6dedb48444701d65251a1b4427374edf8ef0a795 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 5 Jun 2015 15:37:31 +0200 Subject: [PATCH] Indicate that nothing was found in the docs when searching refs #8847 --- modules/doc/application/views/scripts/search/index.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/doc/application/views/scripts/search/index.phtml b/modules/doc/application/views/scripts/search/index.phtml index 3311c47a1..3d220392e 100644 --- a/modules/doc/application/views/scripts/search/index.phtml +++ b/modules/doc/application/views/scripts/search/index.phtml @@ -1,8 +1,8 @@
$search): ?> - isEmpty()): ?> -

escape($title) ?>

- - +

escape($title) ?>

+ isEmpty() + ? $this->translate('No documentation found matching the filter') + : $search ?>