Bugzilla – Attachment 14334 Details for
Bug 8883
opacsmallimage doesn't work in ccsr theme
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8883 - Fix for opacsmallimage in ccsr theme.
0001-Bug_8883-opacsmallimage-doesn-t-work-in-ccsr-theme.patch (text/plain), 1.30 KB, created by
Martin Renvoize (ashimema)
on 2012-12-31 13:43:02 UTC
(
hide
)
Description:
Bug 8883 - Fix for opacsmallimage in ccsr theme.
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2012-12-31 13:43:02 UTC
Size:
1.30 KB
patch
obsolete
>From 89121f6b6ecec3e519ff1c175202f176b9614e45 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 31 Dec 2012 13:07:02 +0000 >Subject: [PATCH] Bug_8883: 'opacsmallimage' doesn't work in ccsr theme >Content-Type: text/plain; charset="utf-8" > >--- > koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc >index d666113..b1bfb29 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc >@@ -77,7 +77,19 @@ > <div id="opac-main-search" class="yui-g"> > > <a class="logo" href="/cgi-bin/koha/opac-main.pl"> >+ [% UNLESS ( opacsmallimage ) %] >+ [% UNLESS ( LibraryName ) %] > <img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="Koha Online Catalog" /> >+ [% ELSE %] >+ <img src="/opac-tmpl/ccsr/images/logo-koha.png" alt="[% LibraryName %] Online Catalog" /> >+ [% END %] >+ [% ELSE %] >+ [% UNLESS ( LibraryName ) %] >+ <img src="[% opacsmallimage %]" alt="Koha Online Catalog" /> >+ [% ELSE %] >+ <img src="[% opacsmallimage %]" alt="[% LibraryName %] Online Catalog" /> >+ [% END %] >+ [% END %] > </a> > > <div id="fluid"> >-- >1.7.10.4 >
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 8883
:
14334
|
14340
|
14599