X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=9979f12ab3a357c8b9995b8004c25968a4d6f951;hb=6cae32281c630916f3659956fb63483666202f86;hp=c0d420065562d7cb6b662cb6e0e03922bedd5f19;hpb=b0faecb959b1c4afc8b94ba43bdcc258976dbd1b;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}