From 82204b80e8d3c90697a1b70092b3714ba8dfeda8 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 15 Feb 2019 20:26:02 -0500 Subject: [PATCH] [frio] Remove .btn-primary from saved search button - Remove useless comments - Remove duplicated code - Add screen reader support --- view/theme/frio/templates/searchbox.tpl | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/view/theme/frio/templates/searchbox.tpl b/view/theme/frio/templates/searchbox.tpl index 5c80f9b6a3..c7d06d1073 100644 --- a/view/theme/frio/templates/searchbox.tpl +++ b/view/theme/frio/templates/searchbox.tpl @@ -46,16 +46,18 @@ Some parts of this template will be moved by js to other places (see theme.js) - - {{* This form is inserted as experiment to move the search-save button to the second navbar with js *}} - {{if $savedsearch}} + +{{if $savedsearch}}
- {{* In dependence of the search content we show different buttons *}} - {{if $mode == "tag"}} - - {{else}} - - {{/if}} -
+ + +{{/if}}