Skip to content
Snippets Groups Projects
Commit 3fd334a0 authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/custom-form-deletion' into features_prs/develop-next

parents 690deeb4 e543d234
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ foreach ($forms as $e) { ?>
$current_list[] = $e->get('form_id');
if ($e->getDynamicForm()->get('type') == 'G') { ?>
<div class="button-group">
<div class="delete"><a href="#"><i class="icon-trash"></i></a></div>
<div class="delete"><a href="#" onclick="$(this).closest('div.row-item').remove();$('#delete-warning').show();"><i class="icon-trash"></i></a></div>
</div>
<?php } ?>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment