X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Ftag.list.html;h=bcddcd56337a745c5a06d87a0476572ada9201aa;hb=89ccc83ba497fa91eaaf2a2a52d8549aea5e2aee;hp=62e2e7c65b623d4e72711389855a2fae75618c43;hpb=ac94db1e36c77d52c316b5fa4e8e36b9d1e38b9e;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 62e2e7c6..bcddcd56 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -13,8 +13,15 @@
{$countTags=count($tags)}

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

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

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

+ {/if} -
+
@@ -38,11 +45,11 @@ {/loop}
-
+
{loop="tags"}
- {if="isLoggedIn()===true"} + {if="$is_logged_in===true"}    @@ -50,13 +57,13 @@ {/if} {$value} - {$key} + {$key} {loop="$value.tag_plugin"} {$value} {/loop}
- {if="isLoggedIn()===true"} + {if="$is_logged_in===true"}
@@ -74,12 +81,10 @@
-{if="isLoggedIn()===true"} +{if="$is_logged_in===true"}