]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/smarty3/group_drop.tpl
template engine rework
[friendica.git] / view / theme / testbubble / smarty3 / group_drop.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="group-delete-wrapper" id="group-delete-wrapper-{{$id}}" >
7         <a href="group/drop/{{$id}}" 
8                 onclick="return confirmDelete();" 
9                 title="{{$delete}}" 
10                 id="group-delete-icon-{{$id}}" 
11                 class="drophide group-delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" >Delete Group</a>
12 </div>
13 <div class="group-delete-end"></div>