Bugzilla – Attachment 193617 Details for
Bug 41885
Rename iso2709 to MARC for the staff interface download options for the cart and lists (to match the OPAC)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41885: Rename list download option in staff interface to 'MARC'
Bug-41885-Rename-list-download-option-in-staff-int.patch (text/plain), 2.04 KB, created by
Katrin Fischer
on 2026-02-23 10:21:53 UTC
(
hide
)
Description:
Bug 41885: Rename list download option in staff interface to 'MARC'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2026-02-23 10:21:53 UTC
Size:
2.04 KB
patch
obsolete
>From 98bb501b3946eb538a2c6d1515eebad08e840f54 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Mon, 23 Feb 2026 10:19:34 +0000 >Subject: [PATCH] Bug 41885: Rename list download option in staff interface to > 'MARC' > >This makes the name match the other places in staff interface and OPAC >where we allow download of MARC records (OPAC lists and cart, staff cart). > >To test: >* Create a list in staff with at least one record in it >* Check the download options offer 'iso2709' >* Apply patch >* Verify the name of the option has changed to 'MARC' >* Verify the same name is used for the download options of the list > in the OPAC >--- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index c8a76b2f961..a186b86129b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -53,7 +53,7 @@ > <div class="btn-group"> > <a class="btn btn-default dropdown-toggle" aria-haspopup="menu" aria-label="Select format and download basket" data-bs-toggle="dropdown" href="#" id="downloadcart"><i class="fa fa-download"></i> Download </a> > <ul class="dropdown-menu"> >- <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=iso2709&bib_list=[% bib_list | uri %]">iso2709</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=iso2709&bib_list=[% bib_list | uri %]">MARC</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=ris&bib_list=[% bib_list | uri %]">RIS</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/basket/downloadcart.pl?format=bibtex&bib_list=[% bib_list | uri %]">BibTex</a></li> > [% FOREACH csv_profile IN csv_profiles %] >-- >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 41885
:
193617
|
194174
|
194184
|
194185