Bugzilla – Attachment 128125 Details for
Bug 29601
The list download option ISBD is useless when you cleared OPACISBD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29601: Lists: Test OPACISBD before showing ISBD download
Bug-29601-Lists-Test-OPACISBD-before-showing-ISBD-.patch (text/plain), 2.13 KB, created by
Owen Leonard
on 2021-12-01 12:50:40 UTC
(
hide
)
Description:
Bug 29601: Lists: Test OPACISBD before showing ISBD download
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-12-01 12:50:40 UTC
Size:
2.13 KB
patch
obsolete
>From 7b1992f2e1b964debfda45c481c60b963d7db418 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 30 Nov 2021 14:49:33 +0000 >Subject: [PATCH] Bug 29601: Lists: Test OPACISBD before showing ISBD download > >Test plan: >Check if you see Download/ISBD for a list on OPAC. >Clear OPACISBD. >Check if the link is gone. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >index 0859d453ec..615fc44990 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >@@ -212,7 +212,7 @@ > <a id="format" class="btn btn-link dropdown-toggle" data-toggle="dropdown" href="/cgi-bin/koha/opac-downloadshelf.pl?shelfnumber=[% shelf.shelfnumber | html %]"><i class="fa fa-fw fa-download" aria-hidden="true"></i> Download <b class="caret"></b></a> > <div class="dropdown-menu pull-left" role="menu" aria-labelledby="format"> > <a role="menuitem" class="dropdown-item download-list" data-format="bibtex" href="#">BibTeX</a> >- <a role="menuitem" class="dropdown-item download-list" data-format="isbd" href="#">ISBD</a> >+ [% IF Koha.Preference('OPACISBD') %]<a role="menuitem" class="dropdown-item download-list" data-format="isbd" href="#">ISBD</a>[% END %] > <a role="menuitem" class="dropdown-item download-list" data-format="iso2709" href="#">MARC</a> > <a role="menuitem" class="dropdown-item download-list" data-format="ris" href="#">RIS (Zotero, EndNote, others)</a> > [% FOREACH csv_profile IN csv_profiles %] >-- >2.20.1
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 29601
:
128107
|
128125
|
128128