X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=8608e61e934139e8341f358028291651e576b887;hb=b3c039b02f9608802d0ba2cf5b5742caa3b9d430;hp=2316f145d94aeac694848ab0e5de6ae1f4c992e4;hpb=b74b96bfbd0b778ac50fd17f5e107c51435b1678;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index 2316f145..8608e61e 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -28,7 +28,19 @@ {loop="$plugins_header.fields_toolbar"} - {$value} +
+ {loop="$value.inputs"} + + {/loop} +
{/loop} @@ -89,7 +101,16 @@
{if="$value.description"}
{$value.description}
{/if} {if="!$hide_timestamps || isLoggedIn()"} - {function="strftime('%c', $value.timestamp)"} - permalink - + {$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}