X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=47e67e71effd6e96ac8e93984c5c205ac532bb65;hb=e88368518dc35beac203c26d5e8ed1411d6f926c;hp=353eca52245d65d468b1d59f056d25870910cdf1;hpb=5b2a7cfe0f12b373fc0bf55c1e22413632f57b4d;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index 353eca52..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; } +