From: Hypolite Petovan Date: Sat, 16 Feb 2019 01:26:02 +0000 (-0500) Subject: [frio] Remove .btn-primary from saved search button X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=82204b80e8d3c90697a1b70092b3714ba8dfeda8;p=friendica.git [frio] Remove .btn-primary from saved search button - Remove useless comments - Remove duplicated code - Add screen reader support --- 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}}