X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearchbox.tpl;h=5c80f9b6a34b0ddf206139f33da2cf29c666a850;hb=204d54043d0cd218bf6e87d469d3e44ee464e201;hp=cc39ba6dc56ecf512a91c7202df97a0e533ccb53;hpb=d034822f079d063cffb607109bf1e0c03a9276e0;p=friendica.git diff --git a/view/theme/frio/templates/searchbox.tpl b/view/theme/frio/templates/searchbox.tpl index cc39ba6dc5..5c80f9b6a3 100644 --- a/view/theme/frio/templates/searchbox.tpl +++ b/view/theme/frio/templates/searchbox.tpl @@ -1,4 +1,7 @@ +{{* important notes: The frio theme hides under certain conditions some parts of the templates through css. +Some parts of this template will be moved by js to other places (see theme.js) - E.g. the save-search button *}} +
@@ -8,14 +11,14 @@
{{* The button to save searches *}} {{if $savedsearch}} - + {{/if}} {{* The select popup menu to select what kind of results the user would like to search for *}} @@ -43,4 +46,16 @@
+ {{* This form is inserted as experiment to move the search-save button to the second navbar with js *}} + {{if $savedsearch}} +
+ + {{* In dependence of the search content we show different buttons *}} + {{if $mode == "tag"}} + + {{else}} + + {{/if}} +
+ {{/if}}