friendica/view/theme/testbubble/smarty3/group_drop.tpl
2013-01-11 10:00:10 -07:00

14 lines
455 B
Smarty

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<div class="group-delete-wrapper" id="group-delete-wrapper-{{$id}}" >
<a href="group/drop/{{$id}}"
onclick="return confirmDelete();"
title="{{$delete}}"
id="group-delete-icon-{{$id}}"
class="drophide group-delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" >Delete Group</a>
</div>
<div class="group-delete-end"></div>