From 0954440e9d57047b491ae25c6fa9ed29f3f5525e Mon Sep 17 00:00:00 2001 From: Marcello Rocha Date: Tue, 15 Oct 2024 18:23:13 +0200 Subject: [PATCH] Restore the form that was removed in 14.4 --- app/views/admin/settings/show_plugin.html.erb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/views/admin/settings/show_plugin.html.erb b/app/views/admin/settings/show_plugin.html.erb index 1b0feba44eda..fbfc527ed48b 100644 --- a/app/views/admin/settings/show_plugin.html.erb +++ b/app/views/admin/settings/show_plugin.html.erb @@ -27,7 +27,14 @@ See COPYRIGHT and LICENSE files for more details. ++#%> - <% html_title t(:label_administration), @plugin.name %> -<%= render partial: @partial, locals: {settings: @settings}%> +<%= toolbar title: @plugin.name %> +
+ <%= styled_form_tag({controller: '/admin/settings', action: 'update_plugin' }) do %> + <%= render partial: @partial, locals: {settings: @settings}%> + <%= styled_submit_tag t(:button_apply), class: '-primary' %> + <% end %> +
+ +