Bugzilla – Attachment 10186 Details for
Bug 8226
'OpacFooter' markup/css improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for Bug 8226 - 'OpacFooter' markup/css improvements
patch-for-Bug-8226---OpacFooter-markupcss-improvem.patch (text/plain), 1.92 KB, created by
Michael Davis
on 2012-06-11 11:40:27 UTC
(
hide
)
Description:
patch for Bug 8226 - 'OpacFooter' markup/css improvements
Filename:
MIME Type:
Creator:
Michael Davis
Created:
2012-06-11 11:40:27 UTC
Size:
1.92 KB
patch
obsolete
>From 77b0b9da2043b525029fb9f84f6382e5f8f2cf60 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Mon, 11 Jun 2012 16:40:04 +1200 >Subject: [PATCH] patch for Bug 8226 - 'OpacFooter' markup/css improvements > >--- > koha-tmpl/opac-tmpl/prog/en/css/opac.css | 6 +++++- > .../opac-tmpl/prog/en/includes/opac-bottom.inc | 13 +++++++++---- > 2 files changed, 14 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >index 6223025..3ca54e2 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css >+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >@@ -2210,16 +2210,20 @@ div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; > background-repeat: no-repeat; > } > >+.koha_url { >+ color: #666666; >+} >+ > div.koha_url { > border-top: none !important; > } > span.koha_url { > position: absolute; > right: 0; >+ font-size: 85%; > } > a.koha_url { > text-decoration:none; >- color: #666666; > } > /* pagination */ > .pagination { >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/prog/en/includes/opac-bottom.inc >index 66e26c1..295eb5b 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/opac-bottom.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac-bottom.inc >@@ -46,12 +46,17 @@ > [% END %] > [% END %] > >- >-[% IF ( OpacKohaUrl ) %] >+ [% IF ( OpacKohaUrl ) %] > <span class="koha_url"> >- <a class="koha_url" href="http://koha-community.org">Powered by <strong>Koha</strong></a> >+ Powered by <strong> >+ [% IF template.name.match('opac-main.tt') %] >+ <a class="koha_url" href="http://koha-community.org">Koha</a> >+ [% ELSE %] >+ <a class="koha_url" rel="nofollow" href="http://koha-community.org">Koha</a> >+ [% END %] >+ </strong> > </span> >-[% END %] >+ [% END %] > > [% END %] > >-- >1.7.2.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 8226
:
10172
|
10186
|
10187