From 49cc8e5d747e6c3504803cf4fa1589fa204e32b5 Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Fri, 2 Jun 2017 17:58:26 +0200 Subject: Tagcloud/list improvments --- tpl/default/tag.cloud.html | 7 ++++++- tpl/default/tag.list.html | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'tpl') diff --git a/tpl/default/tag.cloud.html b/tpl/default/tag.cloud.html index 59aa2ee0..96b357a3 100644 --- a/tpl/default/tag.cloud.html +++ b/tpl/default/tag.cloud.html @@ -13,6 +13,11 @@
{$countTags=count($tags)}

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

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

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

+ {/if}
@@ -40,7 +45,7 @@
{loop="tags"} - {$key}{$key}{$value.count} {loop="$value.tag_plugin"} {$value} diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 62e2e7c6..81d6e5af 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -13,6 +13,9 @@
{$countTags=count($tags)}

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

+

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

@@ -50,7 +53,7 @@ {/if} {$value} - {$key} + {$key} {loop="$value.tag_plugin"} {$value} -- cgit v1.2.3