Bugzilla – Attachment 125090 Details for
Bug 29064
OPAC duplicate "Most popular titles" in 'title' tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29064: Remove duplicate term Most popular titles
Bug-29064-Remove-duplicate-term-Most-popular-title.patch (text/plain), 1.46 KB, created by
Owen Leonard
on 2021-09-21 10:32:07 UTC
(
hide
)
Description:
Bug 29064: Remove duplicate term Most popular titles
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-09-21 10:32:07 UTC
Size:
1.46 KB
patch
obsolete
>From f82cb6d21e376957d0b128a883a80d90b5f18c33 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Mon, 20 Sep 2021 22:07:53 +0000 >Subject: [PATCH] Bug 29064: Remove duplicate term Most popular titles > >To test: >1. Enable system preference OpacTopissue >2. Go to OPAC /cgi-bin/koha/opac-topissues.pl >3. Observe title Most popular titles › Koha online catalogMost popular titles >4. Apply patch >5. Observe title Most popular titles › Koha online catalog >6. See that this path complies with Bug 27742 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >index cffc3205ff..ec3bc94869 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt >@@ -3,7 +3,7 @@ > [% USE AuthorisedValues %] > [% USE ItemTypes %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Most popular titles › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalogMost popular titles</title> >+<title>Most popular titles › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %] > <style> >-- >2.20.1
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 29064
:
125081
|
125090
|
125135