Bugzilla – Attachment 194185 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: (follow-up) Rename iso2709 to MARC for list downloads
Bug-41885-follow-up-Rename-iso2709-to-MARC-for-lis.patch (text/plain), 1.79 KB, created by
David Nind
on 2026-02-27 22:03:25 UTC
(
hide
)
Description:
Bug 41885: (follow-up) Rename iso2709 to MARC for list downloads
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-02-27 22:03:25 UTC
Size:
1.79 KB
patch
obsolete
>From 0af22932179755f87260710c3aaf34795c5db5e5 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Fri, 27 Feb 2026 21:59:59 +0000 >Subject: [PATCH] Bug 41885: (follow-up) Rename iso2709 to MARC for list > downloads > >Rename iso2709 to MARC in the list of download options for >lists in the staff interface. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >index f50f614dd6..35da2b8ac7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc >@@ -35,7 +35,7 @@ > <div class="btn-group"> > <button class="btn btn-default dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false"><i class="fa fa-download"></i> Download list</button> > <ul class="dropdown-menu"> >- <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=iso2709&shelfid=[% shelf.shelfnumber | uri %]">iso2709</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=iso2709&shelfid=[% shelf.shelfnumber | uri %]">MARC</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=ris&shelfid=[% shelf.shelfnumber | uri %]">RIS</a></li> > <li><a class="dropdown-item" href="/cgi-bin/koha/virtualshelves/downloadshelf.pl?format=bibtex&shelfid=[% shelf.shelfnumber | 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