X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Ftag.list.html;h=3e498f899db82aabaf3be710fe5b609749f35f7a;hb=dd09ec52b20b4a548ecf5c847627575e506e3a50;hp=81d6e5af7d428bf3a3b48dfd7ecc7d30a213d4f2;hpb=57ee53d6c6be4b641764b0a635b2998c6cdc8197;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 81d6e5af..3e498f89 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"}