4287: owner cannot yet delete pictures from log entries

This commit is contained in:
following 2012-08-26 11:05:58 +02:00
parent b3bad1b25d
commit 169b23ee96

View File

@ -63,7 +63,7 @@
{/if}
<a href="{$pictureItem.url}">{$pictureItem.title|escape}</a>
{if $logItem.userid==$login.userid || $cache.userid==$login.userid}
{if $logItem.userid==$login.userid}
[<a href="picture.php?action=delete&uuid={$pictureItem.uuid|escape}">{t}Delete{/t}</a>]
{/if}
<br />