Bugzilla – Attachment 115474 Details for
Bug 2488
OPACItemsResultsDisplay sys pref conflicts with singlebranchmode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for bug 2488: OPACItemsResultsDisplay/singlebranchmode
fix-for-bug-2488-OPACItemsResultsDisplaysinglebran.patch (text/plain), 1.45 KB, created by
Ava
on 2021-01-20 22:41:57 UTC
(
hide
)
Description:
fix for bug 2488: OPACItemsResultsDisplay/singlebranchmode
Filename:
MIME Type:
Creator:
Ava
Created:
2021-01-20 22:41:57 UTC
Size:
1.45 KB
patch
obsolete
>From 27398a9b5346ed79c841d27a176d6d2bf45d2393 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <jesse.weaver@liblime.com> >Date: Tue, 19 Aug 2008 17:11:20 -0500 >Subject: [PATCH] fix for bug 2488: OPACItemsResultsDisplay/singlebranchmode > >This patch changes the template slighly so that these two system preferences do not conflict. > >Signed-off-by: Galen Charlton <galen.charlton@liblime.com> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl >index 0ec9d0076c..8279eac7b6 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl >@@ -233,7 +233,7 @@ $(document).ready(function(){ > <!-- /TMPL_IF --> > > <!-- TMPL_IF name="OPACItemsResultsDisplay" --> >- <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF --> >+ <!-- TMPL_UNLESS NAME="singleBranchMode" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_UNLESS --> > <!-- TMPL_IF NAME="itemcallnumber" -->[<a href="/cgi-bin/koha/opac-search.pl?q=callnum:<!-- TMPL_VAR NAME="itemcallnumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="itemcallnumber" --></a>]<!-- /TMPL_IF --> > <!-- /TMPL_IF --> > (<!-- TMPL_VAR NAME="count" -->), >-- >2.11.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 2488
: 115474