Bug 16726: Do not display "You searched for:" if not needed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 3 Oct 2017 14:03:43 +0000 (11:03 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 3 Oct 2017 14:06:07 +0000 (11:06 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt

index 4d7c963..7d884a7 100644 (file)
@@ -76,7 +76,7 @@
     <div class="dialog alert">
         No system preferences matched your search for: <strong>[% searchfield |html %]</strong>
     </div>
-    [% ELSE %]
+    [% ELSIF searchfield %]
         <h1>You searched for: [% searchfield | html %]</h1>
     [% END %]
     [% FOREACH TAB IN TABS %]