aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_drop.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/group_drop.tpl')
-rwxr-xr-xview/tpl/group_drop.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/group_drop.tpl b/view/tpl/group_drop.tpl
new file mode 100755
index 000000000..627debc80
--- /dev/null
+++ b/view/tpl/group_drop.tpl
@@ -0,0 +1,7 @@
+<div class="group-delete-wrapper button" id="group-delete-wrapper-{{$id}}" >
+ <a href="group/drop/{{$id}}?t={{$form_security_token}}"
+ onclick="return confirmDelete();"
+ id="group-delete-icon-{{$id}}"
+ class="group-delete-icon btn btn-outline-secondary" title="{{$delete}}" ><i class="fa fa-trash-o drop-icons"></i></a>
+</div>
+<div class="group-delete-end"></div>