diff --git a/core/lib/Thelia/Config/Resources/routing/admin.xml b/core/lib/Thelia/Config/Resources/routing/admin.xml index 52af62c45..c1871bbe4 100755 --- a/core/lib/Thelia/Config/Resources/routing/admin.xml +++ b/core/lib/Thelia/Config/Resources/routing/admin.xml @@ -938,12 +938,12 @@ Thelia\Controller\Admin\ModuleController::processUpdateAction - + Thelia\Controller\Admin\ModuleController::toggleActivationAction \d+ - + Thelia\Controller\Admin\ModuleController::deleteAction diff --git a/templates/admin/default/includes/module-block.html b/templates/admin/default/includes/module-block.html index 1cfdec3c2..f0875230a 100644 --- a/templates/admin/default/includes/module-block.html +++ b/templates/admin/default/includes/module-block.html @@ -27,9 +27,9 @@ diff --git a/templates/admin/default/modules.html b/templates/admin/default/modules.html index 0eebed2b8..12d918efc 100644 --- a/templates/admin/default/modules.html +++ b/templates/admin/default/modules.html @@ -53,7 +53,7 @@ dialog_title = {intl l="Delete a module"} dialog_message = {intl l="Do you really want to delete this module ?"} - form_action = {url path='/admin/modules/delete'} + form_action = {url path='/admin/module/delete'} form_content = {$smarty.capture.delete_module_dialog nofilter} } @@ -82,7 +82,7 @@