From 3f0bf0c1d8072cd16d33387c89f482c777f23d6e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 5 Jul 2024 15:52:28 +0000 Subject: [PATCH] Bug 37264: Fix delete button on staff interface's suggestion detail page This patch makes a few minor changes to the suggestion detail page in the staff interface so that the "Delete" button looks correct and works correctly. To test, apply the patch and go to Suggestions in the staff interface. - If necessary, submit a suggestion. You need at least one. - From the suggestions management page, click the title of a suggestion. - At the top of this page should be two buttons, "Edit" and "Delete." They should be styled consistently with each other. - Clicking the "Delete" button should trigger a JavaScript confirmation dialog. Confirming should result in the suggestion being deleted. Sponsored-by: Athens County Public Libraries Signed-off-by: Phil Ringnalda Signed-off-by: Katrin Fischer --- .../prog/en/modules/suggestion/suggestion.tt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 048990113a..0b0940e6ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -100,11 +100,9 @@ Edit
[% INCLUDE 'csrf-token.inc' %] -
- - - -
+ + +
-- 2.39.5