diff --git a/themes/grav/templates/partials/plugins-details.html.twig b/themes/grav/templates/partials/plugins-details.html.twig index eccc325e..c21de112 100644 --- a/themes/grav/templates/partials/plugins-details.html.twig +++ b/themes/grav/templates/partials/plugins-details.html.twig @@ -58,25 +58,28 @@ +{% macro outputCheckboxesForDependencies(dependencies) %} + +{% endmacro %} +

Delete plugin

- Are you sure? + The following dependencies are only required by this plugin, and can be deleted too. Check the ones you want to remove, and click the Continue button below

-

The following dependencies can be deleted too, check the ones you want to remove:

- + {{ _self.outputCheckboxesForDependencies(dependenciesThatCanBeRemoved) }}