aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_view.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-28 11:56:00 +0100
committermarijus <mario@mariovavti.com>2014-10-28 11:56:00 +0100
commitec8bab7784b531299150ddb2c18ede40d5c5df6c (patch)
tree43aeaa5714b455730eb77de4419864e0b7e21a00 /view/tpl/photo_view.tpl
parent9cc76cb33da489c01731ecb5195f8bb3d51ce513 (diff)
downloadvolse-hubzilla-ec8bab7784b531299150ddb2c18ede40d5c5df6c.tar.gz
volse-hubzilla-ec8bab7784b531299150ddb2c18ede40d5c5df6c.tar.bz2
volse-hubzilla-ec8bab7784b531299150ddb2c18ede40d5c5df6c.zip
change the way tagrm works to allow tag removal on the fly
Diffstat (limited to 'view/tpl/photo_view.tpl')
-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}}