Bugzilla – Attachment 74543 Details for
Bug 20619
Remove last occurrences of long gone syspref (opacsmallimage)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20619: Remove last occurrences of long gone syspref (opacsmallimage)
Bug-20619-Remove-last-occurrences-of-long-gone-sys.patch (text/plain), 1.54 KB, created by
Julian Maurice
on 2018-04-19 11:55:29 UTC
(
hide
)
Description:
Bug 20619: Remove last occurrences of long gone syspref (opacsmallimage)
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-04-19 11:55:29 UTC
Size:
1.54 KB
patch
obsolete
>From db9600fe51e672e2ea488a8bf76d8718b1e131b1 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 19 Apr 2018 13:33:21 +0200 >Subject: [PATCH] Bug 20619: Remove last occurrences of long gone syspref > (opacsmallimage) > >Code was commented anyway, so it was useless > >Test plan: >1. Read the diff >2. Confirm that it only removes comments >3. Confirm that there are no remaining references to this syspref in the > code (only remaining references are in updatedatabase.pl and release > notes) >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 8 -------- > 1 file changed, 8 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 5b3e362199..97b9d22218 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -139,14 +139,6 @@ > <div class="container-fluid"> > <div class="row-fluid"> > <div id="opac-main-search"> >- <!-- <div class="span2"> >- [% IF ( opacsmallimage ) %] >- <h1 id="libraryname" style="background-image: url('[% opacsmallimage %]');"> >- [% ELSE %] >- <h1 id="libraryname"> >- [% END %] >- <a href="/cgi-bin/koha/opac-main.pl">[% IF ( LibraryName ) %][% LibraryName %][% ELSE %]Koha Online Catalog[% END %]</a></h1> >- </div> /.span2 --> > <div class="span12"> > [% IF ( OpacPublic ) %] > [% UNLESS ( advsearch ) %] >-- >2.14.2
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 20619
:
74543
|
74575
|
74601