X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=9979f12ab3a357c8b9995b8004c25968a4d6f951;hb=7f2d3688c2feb434b0793fa2a966de5cd34566ad;hp=c0d420065562d7cb6b662cb6e0e03922bedd5f19;hpb=c51fae92dc7d3080def81a2797e0d683b3e6d82a;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index c0d42006..9979f12a 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -88,8 +88,17 @@
{if="$value.description"}
{$value.description}
{/if} - {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} - {function="strftime('%c', $value.timestamp)"} - permalink - + {if="!$hide_timestamps || isLoggedIn()"} + {$updated=$value.updated_timestamp ? 'Edited: '. strftime('%c', $value.updated_timestamp) : 'Permalink'} + + + + {function="strftime('%c', $value.timestamp)"} + {if="$value.updated_timestamp"}*{/if} + + - permalink + - + {else} permalink - {/if}