aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_drop.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-02-26 14:25:18 +0100
committerMario Vavti <mario@mariovavti.com>2016-02-26 14:25:18 +0100
commitdf57c90d2d93fef1d021bee4b91a50b1b34ee938 (patch)
treed6241a3861dad7ebb91b8d82e8db759b08166e06 /view/tpl/photo_drop.tpl
parent5a563b8e76bbb8e4c8747831fccf8975083db16d (diff)
downloadvolse-hubzilla-df57c90d2d93fef1d021bee4b91a50b1b34ee938.tar.gz
volse-hubzilla-df57c90d2d93fef1d021bee4b91a50b1b34ee938.tar.bz2
volse-hubzilla-df57c90d2d93fef1d021bee4b91a50b1b34ee938.zip
several photo item template fixes
Diffstat (limited to 'view/tpl/photo_drop.tpl')
-rwxr-xr-xview/tpl/photo_drop.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/photo_drop.tpl b/view/tpl/photo_drop.tpl
index 31b654374..24aff0209 100755
--- a/view/tpl/photo_drop.tpl
+++ b/view/tpl/photo_drop.tpl
@@ -1,4 +1,3 @@
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
- <a href="item/drop/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" ><i class="icon-trash drop-icons"></i></a>
+ <a class="btn btn-default btn-sm" href="#" onclick="dropItem('item/drop/{{$id}}', '#wall-item-outside-wrapper-{{$id}}'); return false;" title="{{$delete}}" ><i class="icon-trash"></i></a>
</div>
-<div class="wall-item-delete-end"></div>