Bugzilla – Attachment 170946 Details for
Bug 37745
Duplicate class attributes break dropdown items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37745: (follow-up) Remove "btn-default" from two controls.
Bug-37745-follow-up-Remove-btn-default-from-two-co.patch (text/plain), 3.04 KB, created by
Jonathan Druart
on 2024-09-02 14:05:47 UTC
(
hide
)
Description:
Bug 37745: (follow-up) Remove "btn-default" from two controls.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-02 14:05:47 UTC
Size:
3.04 KB
patch
obsolete
>From 5905e7145fe4b196e496a51609a176cbf6df83f1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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". >--- > 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 c2551b2e650..b64f4f0f92a 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 @@ > </span> > [% IF patron_message.branchcode == Branches.GetLoggedInBranchcode OR Koha.Preference('AllowAllMessageDeletion') %] > [% IF moremember %] >- <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-default btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> >+ <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> > <form action="/cgi-bin/koha/circ/del_message.pl" method="post"> > [% INCLUDE 'csrf-token.inc' %] > <input type="hidden" name="op" value="cud-delete"> >@@ -359,7 +359,7 @@ > <button type="submit" class="btn btn-link delete_message"><i class="fa fa-trash-can"></i> Delete</button> > </form> > [% ELSE %] >- <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-default btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> >+ <a id="#edit_message_form_[% patron_message.message_id | html %]" class="btn btn-link edit_message" href="#edit_message_form_[% patron_message.message_id | uri %]" data-bs-target="#edit_message_form_[% patron_message.message_id | html %]" data-bs-toggle="modal"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> > <form action="/cgi-bin/koha/circ/del_message.pl" method="post"> > [% INCLUDE 'csrf-token.inc' %] > <input type="hidden" name="op" value="cud-delete"> >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37745
:
170760
|
170772
|
170776
|
170858
|
170859
|
170866
|
170867
|
170868
|
170869
|
170943
|
170944
|
170945
| 170946