From 48d8ac7befea8bdab01f0fa0e7acf5dc71a6718b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 29 Aug 2024 11:31:15 +0000 Subject: [PATCH] Bug 37745: (follow-up) Remove "btn-default" from two controls. If we use "btn-link" we don't need "btn-default". Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index c2551b2e65..b64f4f0f92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -349,7 +349,7 @@ [% IF patron_message.branchcode == Branches.GetLoggedInBranchcode OR Koha.Preference('AllowAllMessageDeletion') %] [% IF moremember %] - Edit + Edit
[% INCLUDE 'csrf-token.inc' %] @@ -359,7 +359,7 @@
[% ELSE %] - Edit + Edit
[% INCLUDE 'csrf-token.inc' %] -- 2.39.5