X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=a59a9e510abcc2ae9725a150631a9fcd46bfb5db;hb=ae630270109bf78b5f561c887d35b7b099d30271;hp=0b328aff21dd30ac21a9b1f8aa15e612447eeb34;hpb=3a82ed09f365fa44accaf68f07a909bdd8557992;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index 0b328aff..a59a9e51 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -1,12 +1,22 @@ -{include="includes"} + + + {include="includes"} + @@ -44,7 +54,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 +63,7 @@ {/if}
- QR-Code
- + QR-Code - {$value.url|htmlspecialchars}
{if="$value.tags"}
@@ -129,5 +139,6 @@ function showQrCode(caller,loading) return false; } +