X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Flinklist.html;h=7208a3b6050ea87c909632ccddca1a88cc4c0561;hb=b3bd8c3e8d367975980043e772f7cd78b7f96bc6;hp=48cd9aad9d0aa0a04143ac7de318d1aca6f46358;hpb=21e72da9ee34cec56b10c83ae0c75b4bf320dfcb;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 48cd9aad..7208a3b6 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -90,7 +90,7 @@ {'for'|t} {$search_term} {/if} {if="!empty($search_tags)"} - {$exploded_tags=explode(' ', $search_tags)} + {$exploded_tags=tags_str2array($search_tags, $tags_separator)} {'tagged'|t} {loop="$exploded_tags"} @@ -129,6 +129,7 @@ {$strAddTag=t('Add tag')} {$strToggleSticky=t('Toggle sticky')} {$strSticky=t('Sticky')} + {$strShaarePrivate=t('Share a private link')} {ignore}End of translations{/ignore} {loop="links"}
@@ -241,6 +242,12 @@ {$strPermalinkLc} + {if="$is_logged_in && $value.private"} + + + + {/if} +
{if="isset($value.link_plugin)"} ·