From: ArthurHoaro Date: Sat, 19 Aug 2017 15:57:21 +0000 (+0200) Subject: Merge pull request #924 from ArthurHoaro/feature/hide-list-search X-Git-Tag: v0.9.1~1^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=87fc4fedd6ba0d9b73d2f62153fbfe924f3e86e1;hp=5e58e6e2cf05a05b9615d6ab53d39579472a5c41;p=github%2Fshaarli%2FShaarli.git Merge pull request #924 from ArthurHoaro/feature/hide-list-search Hide the search link if no tag has been searched in tag list --- diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 81d6e5af..e250e42d 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -13,9 +13,11 @@
{$countTags=count($tags)}

{'Tag list'|t} - {$countTags} {'tags'|t}

-

- {'List all links with those tags'|t} -

+ {if="!empty($search_tags)"} +

+ {'List all links with those tags'|t} +

+ {/if}