X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Ftag.list.html;h=41eab246896b6d932644bb39ca9dcdb6dbf7c8a8;hb=refs%2Fpull%2F1272%2Fhead;hp=98971051e3ee7e4e0667847ab0470e957055a37c;hpb=aa4797ba3679b847adc895e2f817ac058779a171;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 98971051..41eab246 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -1,5 +1,5 @@ - + {include="includes"} @@ -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,14 +57,14 @@ {/if} {$value} - {$key} + {$key} {loop="$value.tag_plugin"} {$value} {/loop}
- {if="isLoggedIn()===true"} -
-{include="tag.sort"} +{if="$is_logged_in===true"} +