Bugzilla – Attachment 183010 Details for
Bug 39860
Add a way to allow for additional/custom MARC fields in the record display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39860: Fix OPAC display location
Bug-39860-Fix-OPAC-display-location.patch (text/plain), 1.05 KB, created by
Lucas Gass (lukeg)
on 2025-06-05 20:39:44 UTC
(
hide
)
Description:
Bug 39860: Fix OPAC display location
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-06-05 20:39:44 UTC
Size:
1.05 KB
patch
obsolete
>From c3d1843bb0a5db48ff388626b64a76c527d2e998 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 5 Jun 2025 20:39:22 +0000 >Subject: [PATCH] Bug 39860: Fix OPAC display location > >--- > .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >index 811a587baa8..08b27178b93 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt >@@ -553,7 +553,7 @@ > [% END %] > [% END %] > </optgroup> >- [% SET opac_available_options = ['OPACResultsPage' , 'OPACResultsPage'] %] >+ [% SET opac_available_options = ['OPACResultsPage' , 'OPACDetailPage'] %] > <optgroup label="OPAC"> > [% FOREACH l IN opac_available_options.sort %] > [% IF l == location %] >-- >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 39860
:
182054
|
182055
|
182056
|
182057
|
182058
|
182059
|
182230
|
182231
|
182232
|
182233
|
183007
|
183008
|
183009
| 183010 |
183011
|
183035
|
183077
|
183095
|
183774