From: Janusz Kaczmarek <[email protected]>

Signed-off-by: Chris Cormack <[email protected]>
---
 .../opac-tmpl/prog/en/modules/opac-results.tt      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt 
b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
index f371db1..c1a0f8c 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
@@ -410,9 +410,9 @@ $(document).ready(function(){
                                [% IF ( OPACXSLTResultsDisplay ) %]
                 [% SEARCH_RESULT.XSLTResultsRecord %]
                                [% ELSE %]
-                               [% IF ( SEARCH_RESULT.BiblioDefaultViewmarc ) 
%]<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% 
SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
+                               [% IF ( BiblioDefaultViewmarc ) %]<a 
class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% 
SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
                                 [% ELSE %]
-                                [% IF ( SEARCH_RESULT.BiblioDefaultViewisbd ) 
%]<a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% 
SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
+                                [% IF ( BiblioDefaultViewisbd ) %]<a 
class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% 
SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
                                 [% ELSE %]<a class="title" 
href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber 
|url %]" title="View details for this title">
                                 [% END %]
                                 [% END %]
-- 
1.7.2.2

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to