aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-28 04:18:35 -0700
committerfriendica <info@friendica.com>2014-10-28 04:18:35 -0700
commit653305889c26bc493a985675f35e179abde1ea0a (patch)
tree20fe0e16fbba4bdb574d27db716c08e7955c5759 /view
parent36110831cb54ca76d7fc8903c1a2387f7727c2c1 (diff)
parent4891eb5b0111afb15617e125a190ded8d39e3db2 (diff)
downloadvolse-hubzilla-653305889c26bc493a985675f35e179abde1ea0a.tar.gz
volse-hubzilla-653305889c26bc493a985675f35e179abde1ea0a.tar.bz2
volse-hubzilla-653305889c26bc493a985675f35e179abde1ea0a.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/photo_view.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index 54e15de74..c79cd7d56 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -85,7 +85,7 @@
<div class="photo-item-tools-left" id="in-this-photo">
<span id="in-this-photo-text">{{$tag_hdr}}</span>
{{foreach $tags as $t}}
- {{$t.0}}{{if $edit}}<span id="tag-remove">&nbsp;<a href="{{$t.1}}"><i class="icon-remove"></i></a>&nbsp;</span>{{/if}}
+ {{$t.0}}{{if $edit}}<span id="tag-remove">&nbsp;<a href="{{$t.1}}" onclick="return confirmDelete();"><i class="icon-remove"></i></a>&nbsp;</span>{{/if}}
{{/foreach}}
</div>
{{/if}}