X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=47e67e71effd6e96ac8e93984c5c205ac532bb65;hb=e88368518dc35beac203c26d5e8ed1411d6f926c;hp=0b328aff21dd30ac21a9b1f8aa15e612447eeb34;hpb=b4b7d3343ae158e9267ad7dfa9aa69f3e9e0fdf2;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index 0b328aff..47e67e71 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -1,12 +1,21 @@ -{include="includes"} + + + {include="includes"} + @@ -44,7 +53,7 @@
{if="$value.description"}
{$value.description}
{/if} {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} - {$value.localdate|htmlspecialchars} - permalink - + {function="strftime('%c', $value.timestamp)"} - permalink - {else} permalink - {/if} @@ -53,7 +62,7 @@ {/if}
- QR-Code
- + QR-Code - {$value.url|htmlspecialchars}
{if="$value.tags"}
@@ -129,5 +138,6 @@ function showQrCode(caller,loading) return false; } +