Bugzilla – Attachment 161356 Details for
Bug 34647
name attribute is obsolete in anchor tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35894: (follow-up) Minor fixes
0004-Bug-35894-follow-up-Minor-fixes.patch (text/plain), 2.07 KB, created by
Owen Leonard
on 2024-01-24 17:12:01 UTC
(
hide
)
Description:
Bug 35894: (follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-01-24 17:12:01 UTC
Size:
2.07 KB
patch
obsolete
>From e22bf82038db7f3cd9209b570e4133de12f9bc62 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 24 Jan 2024 17:09:19 +0000 >Subject: [PATCH 4/4] Bug 35894: (follow-up) Minor fixes > >This patch fixes the functionality of the <select> menu for jumping to a >particular vendor, "Choose a vendor in the list to jump directly to the >right place." > >The patch also removes the empty anchor tag on the "Items with no >checkouts" report. It appears to be unused. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/catalogue_out.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index d4dc6a2d45..663fb0e9d7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -267,7 +267,7 @@ > })); > $("#supplierlist").change(function() { > var id = $(this).find("option:selected").val(); >- window.location.href = "#" + id; >+ window.location.href = "#vendor" + id; > }); > $(".modal").on("shown.bs.modal", function(){ > var basket = $(this).data("basketno"); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >index feaa023278..8598106ccf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >@@ -81,7 +81,7 @@ > > [% IF ( mainloo.looptables ) %] > <div class="page-section"> >- <h3><a id="summary"></a>Summary</h3> >+ <h3>Summary</h3> > <table id="summary_table"> > <tr> > <th>Group</th> >-- >2.30.2 >
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 34647
:
161344
|
161345
|
161354
|
161355
|
161356
|
161422
|
161425
|
161432
|
161433
|
161434