Bugzilla – Attachment 182689 Details for
Bug 39954
Cataloging search results incorrect menu markup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39954: Fix cataloging search results incorrect menu markup
Bug-39954-Fix-cataloging-search-results-incorrect-.patch (text/plain), 3.44 KB, created by
Owen Leonard
on 2025-05-21 12:56:32 UTC
(
hide
)
Description:
Bug 39954: Fix cataloging search results incorrect menu markup
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-05-21 12:56:32 UTC
Size:
3.44 KB
patch
obsolete
>From 5865a55974a8eadac85665ecc759748bea307cdb Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 21 May 2025 12:47:06 +0000 >Subject: [PATCH] Bug 39954: Fix cataloging search results incorrect menu > markup > >This patch corrects the dropdown menu markup in the "Records found in >the reservoir" section of the cataloging search results page. It was not >upgraded to Bootstrap 5 markup. > >To test, apply the patch and go to Cataloging. > >- Click "New from Z39.50/SRU" >- Perform a search which will return multiple results. >- Close the popup window and perform the same search in the "Cataloging > search" header form. >- Scroll down to the "Records found in the reservoir" section. >- Click the "Actions" menu on one of the results. The menu should look > correct. > >Sponsored-by: Athens County Public Libraries >--- > .../intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 0e61ec2d8b6..030f36306b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -237,14 +237,14 @@ > <a class="btn btn-default btn-xs dropdown-toggle" id="reservoirsearchactions[% breeding_loo.id | html %]" role="button" data-bs-toggle="dropdown" href="#"> Actions </a> > <ul class="dropdown-menu dropdown-menu-end" role="menu" aria-labelledby="reservoirsearchactions[% breeding_loo.id | html %]"> > <li >- ><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.id | uri %]" class="previewData"><i class="fa-solid fa-eye"></i> MARC preview</a></li >+ ><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.id | uri %]" class="dropdown-item previewData"><i class="fa-solid fa-eye"></i> MARC preview</a></li > > > <li >- ><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.id | uri %]" class="previewData"><i class="fa-solid fa-eye"></i> Card preview</a></li >+ ><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.id | uri %]" class="dropdown-item previewData"><i class="fa-solid fa-eye"></i> Card preview</a></li > > > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] > <li >- ><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id | uri %]"><i class="fa fa-plus"></i> Add biblio</a></li >+ ><a class="dropdown-item" href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id | uri %]"><i class="fa fa-plus"></i> Add biblio</a></li > > > [% END %] > </ul> >-- >2.39.5
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 39954
:
182689
|
182699
|
183617