Bugzilla – Attachment 161422 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 34647: (follow-up) Minor fixes
Bug-34647-follow-up-Minor-fixes.patch (text/plain), 2.07 KB, created by
Owen Leonard
on 2024-01-25 14:43:56 UTC
(
hide
)
Description:
Bug 34647: (follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-01-25 14:43:56 UTC
Size:
2.07 KB
patch
obsolete
>From a1a7d934aed92e50ee1e8d8b7b4d3d617d3dcbba Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 24 Jan 2024 16:32:23 +0000 >Subject: [PATCH] Bug 34647: (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