friendica/view/theme/testbubble/templates/group_drop.tpl
2013-04-23 07:47:57 -04: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>