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, 0 insertions, 7 deletions
diff --git a/view/tpl/group_drop.tpl b/view/tpl/group_drop.tpl
deleted file mode 100755
index 627debc80..000000000
--- a/view/tpl/group_drop.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-<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>