Bugzilla – Attachment 123854 Details for
Bug 24387
Rename News tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24387: Fix one remaining occurrence of KohaNews
Bug-24387-Fix-one-remaining-occurrence-of-KohaNews.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2021-08-16 13:19:23 UTC
(
hide
)
Description:
Bug 24387: Fix one remaining occurrence of KohaNews
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-08-16 13:19:23 UTC
Size:
1.31 KB
patch
obsolete
>From d8444009b982d8ea94b41216cafbf3b187769fc9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 16 Aug 2021 13:54:46 +0200 >Subject: [PATCH] Bug 24387: Fix one remaining occurrence of KohaNews > >--- > .../opac-tmpl/bootstrap/en/modules/opac-request-article.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt >index ca8e3feb75a..f33c470e87e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt >@@ -1,7 +1,7 @@ > [% USE Koha %] > [% USE Branches %] > [% USE ItemTypes %] >-[% USE KohaNews %] >+[% USE AdditionalContents %] > [% USE raw %] > [% INCLUDE 'doc-head-open.inc' %] > >@@ -13,7 +13,7 @@ > [% INCLUDE 'bodytag.inc' bodyid='opac-request-article' %] > [% INCLUDE 'masthead.inc' %] > >-[% SET disclaimer = KohaNews.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => Branches.GetLoggedInBranchcode ) %] >+[% SET disclaimer = AdditionalContents.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => Branches.GetLoggedInBranchcode ) %] > > <div class="main"> > <nav aria-label="breadcrumb"> >-- >2.25.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 24387
:
122737
|
122738
|
122746
|
122748
|
122872
|
122873
|
122874
|
122878
|
122879
|
122880
|
123730
|
123731
|
123732
|
123733
|
123734
|
123795
|
123796
|
123797
|
123798
|
123803
|
123811
| 123854 |
123855
|
123856
|
124867
|
125545
|
142653