X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Ftag.list.html;h=96e7fbe0da8c752779e35fb7af29a6b6f45b0d58;hb=c61d8a85b7a8cb424e347625923d3293d334d3b0;hp=62e2e7c65b623d4e72711389855a2fae75618c43;hpb=82e3bb5f06dc531ee1080a0313833791a1c1f3c7;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 62e2e7c6..96e7fbe0 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -1,5 +1,5 @@ - + {include="includes"} @@ -13,20 +13,27 @@
{$countTags=count($tags)}

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

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

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

+ {/if} -
+
- - +
@@ -38,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}
@@ -74,12 +81,10 @@
-{if="isLoggedIn()===true"} +{if="$is_logged_in===true"}