[Koha-bugs] [Bug 13170] Remove of prog theme broke the OPAC's "view plain" option for MARC details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 3 23:56:33 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13170

--- Comment #9 from Chris Cormack <chris at bigballofwax.co.nz> ---
Comment on attachment 33179
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33179
Bug 13170 Remove of prog theme broke the OPAC's "view plain" option for MARC
details

Review of attachment 33179:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13170&attachment=33179)
-----------------------------------------------------------------

::: C4/XSLT.pm
@@ +145,4 @@
>      my @candidates = (
>          "$htdocs/$theme/$lang/xslt/${base_xslfile}", # exact match
>          "$htdocs/$theme/en/xslt/${base_xslfile}",    # if not, preferred theme in English
> +        "$htdocs/bootstrap/$lang/xslt/${base_xslfile}",   # if not, 'bootstrap' theme in preferred language

Hmm nope, still not the same behaviour

in themelanguage we do

my $fallback_syspref = ($interface eq 'intranet') ? 'template' :
'OPACFallback';
C4::Context->preference( $fallback_syspref )

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list