X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Ftag.list.html;h=96e7fbe0da8c752779e35fb7af29a6b6f45b0d58;hb=c61d8a85b7a8cb424e347625923d3293d334d3b0;hp=81d6e5af7d428bf3a3b48dfd7ecc7d30a213d4f2;hpb=49cc8e5d747e6c3504803cf4fa1589fa204e32b5;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 81d6e5af..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,12 +81,10 @@
-{if="isLoggedIn()===true"} +{if="$is_logged_in===true"}