X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Ftag.list.html;h=96e7fbe0da8c752779e35fb7af29a6b6f45b0d58;hb=31c4be2b60b3cf5b44fab7abd4ef06e2c3fe8c7c;hp=254397fb076e08624b4d9326b1aac36450325eb4;hpb=ebc6dc3e8d0ba45dba4a24b6a1c82359fb584de3;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 254397fb..96e7fbe0 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -1,5 +1,5 @@ - + {include="includes"} @@ -13,23 +13,27 @@
{$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} -
+
- - +
@@ -41,28 +45,28 @@ {/loop}
-
+
{loop="tags"} -
+
- {if="isLoggedIn()===true"} -    - - + {if="$is_logged_in===true"} +    + + {/if} - {$value} - {$key} + {$value} + {$key} {loop="$value.tag_plugin"} {$value} {/loop}
- {if="isLoggedIn()===true"} + {if="$is_logged_in===true"}
- +
{/if}
@@ -77,7 +81,7 @@
-{if="isLoggedIn()===true"} +{if="$is_logged_in===true"}