Bugzilla – Attachment 161434 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.20 KB, created by
Martin Renvoize (ashimema)
on 2024-01-25 15:38:52 UTC
(
hide
)
Description:
Bug 34647: (follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-25 15:38:52 UTC
Size:
2.20 KB
patch
obsolete
>From 0559c862005701258382fb5de76f5493942c525f 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. > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 d4dc6a2d458..663fb0e9d71 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 feaa023278c..8598106ccf5 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.43.0
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