View | Details | Raw Unified | Return to bug 24387
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt (-3 / +2 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% USE KohaNews %]
4
[% USE AdditionalContents %]
5
[% USE raw %]
5
[% USE raw %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
7
Lines 13-19 Link Here
13
[% INCLUDE 'bodytag.inc' bodyid='opac-request-article' %]
13
[% INCLUDE 'bodytag.inc' bodyid='opac-request-article' %]
14
[% INCLUDE 'masthead.inc' %]
14
[% INCLUDE 'masthead.inc' %]
15
15
16
[% SET disclaimer = KohaNews.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => Branches.GetLoggedInBranchcode ) %]
16
[% SET disclaimer = AdditionalContents.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => Branches.GetLoggedInBranchcode ) %]
17
17
18
<div class="main">
18
<div class="main">
19
    <nav aria-label="breadcrumb">
19
    <nav aria-label="breadcrumb">
20
- 

Return to bug 24387