From c10b8274a6a8f19c3698aadfd9701f9af2c8ac6e Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Sun, 2 Jan 2022 17:54:48 +0300 Subject: [PATCH] Search: No need to repeat query when changing tab --- Web/Presenters/templates/Search/Index.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Web/Presenters/templates/Search/Index.xml b/Web/Presenters/templates/Search/Index.xml index 52279b8c..0a346f71 100644 --- a/Web/Presenters/templates/Search/Index.xml +++ b/Web/Presenters/templates/Search/Index.xml @@ -6,6 +6,9 @@ {else} {tr("search_for_groups")} {/if} + {if $_GET['query']} + - {$_GET['query']} + {/if} {/block} {block header} @@ -21,12 +24,12 @@ {block tabs}
- + {_users}
- + {_groups}