diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-28 12:42:43 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-28 12:42:43 +0000 |
commit | 2e6dd91599c5b1790d1e994797ef90b98d5a78b3 (patch) | |
tree | 193ab2e14c32203b2b310aea64583122e9cc0f02 /view/tpl | |
parent | 1cc83dcaca750c846f87874da72c7d52cd2cf50e (diff) | |
download | volse-hubzilla-2e6dd91599c5b1790d1e994797ef90b98d5a78b3.tar.gz volse-hubzilla-2e6dd91599c5b1790d1e994797ef90b98d5a78b3.tar.bz2 volse-hubzilla-2e6dd91599c5b1790d1e994797ef90b98d5a78b3.zip |
14px>12pt as agreed on https://github.com/friendica/red/commit/075fc6727762d4e45ddcae5843eec0100ad3ab72 - Also fixed empty delete button showing up for channels without edit photo rights.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/photo_view.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 51e5c28b7..a0ca7e0f9 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -75,12 +75,11 @@ <div id="photo-edit-end"></div> </form> </div> -{{/if}} - <form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post"> <input id="photo-photo-delete-button" type="submit" name="delete" value="{{$edit.delete}}" onclick="return confirmDelete();"> </form> +{{/if}} {{if $likebuttons}} <div id="photo-like-div"> |