Skip to content

Commit

Permalink
Make the delete a more obvious button
Browse files Browse the repository at this point in the history
  • Loading branch information
frapell committed Jul 28, 2022
1 parent 992c8d3 commit 7742d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/schemaeditor/browser/schema/schema_listing.pt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<legend tal:define="group_name python:group.label or view.default_fieldset_label"
tal:content="group_name">Fieldset name</legend>

<a id="delete-fieldset-${fieldset_name}" tal:condition="python:context.enableFieldsets and can_delete"
<a id="delete-fieldset-${fieldset_name}" class="btn btn-sm btn-danger" tal:condition="python:context.enableFieldsets and can_delete"
href="${context/absolute_url}/@@delete-fieldset?name=${python:group.__name__}&_authenticator=${context/@@authenticator/token}"
i18n:translate="delete_fieldset_hellip">Delete fieldset
</a>
Expand Down

0 comments on commit 7742d78

Please sign in to comment.