File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <input type =" hidden" name =" _token" value =" {{ csrf_token(' delete' ~ entity .id ) }}" >
66 <div class =" form-group" >
77 <div class =" " ></div >
8- <div class =" col-sm {{ offset_col }} ps-2 " >
8+ <div class =" {{ input_col }} {{ offset_col }} ps-1 " >
99 {% set delete_disabled = (not is_granted(" delete" , entity )) or (entity .group is defined and entity .id == 1 ) or entity == app .user %}
1010 <div class =" btn-group" >
1111 <button class =" btn btn-danger" {% if delete_disabled %}disabled {% endif %}>{% trans %}entity.delete{% endtrans %}</button >
2020 </div >
2121 </div >
2222 {% if entity .parent is defined %}
23- <div class =" ms-2 custom-control custom-checkbox custom-control-inline" >
23+ <div class =" ms-1 custom-control custom-checkbox custom-control-inline" >
2424 <input type =" checkbox" class =" form-check-input" id =" recursive" name =" delete_recursive" >
2525 <label class =" form-check-label" for =" recursive" >{% trans %}entity.delete.recursive{% endtrans %}</label >
2626 </div >
You can’t perform that action at this time.
0 commit comments