]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/templates/photo_drop.tpl
Merge pull request #5128 from tobiasd/20180525-5067
[friendica.git] / view / theme / frost-mobile / templates / photo_drop.tpl
1
2 <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
3         <a href="item/drop/{{$id}}" onclick="return confirmDelete();" class="icon drophide" title="{{$delete}}" {{*onmouseover="imgbright(this);" onmouseout="imgdull(this);" *}}></a>
4 </div>
5 <div class="wall-item-delete-end"></div>