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

(-)a/Koha/Template/Plugin/KohaNews.pm (-1 / +1 lines)
Lines 43-49 sub get { Link Here
43
    });
43
    });
44
44
45
45
46
    if( $content ){
46
    if( $content->count ){
47
        return {
47
        return {
48
            content => $content,
48
            content => $content,
49
            location => $display_location,
49
            location => $display_location,
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-3 lines)
Lines 20-27 Link Here
20
        <span>(There was a problem checking in this item, please see library staff for assistance)</span>
20
        <span>(There was a problem checking in this item, please see library staff for assistance)</span>
21
    [% END %]
21
    [% END %]
22
[% END %]
22
[% END %]
23
[% PROCESS 'html_helpers.inc' %]
24
[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %]
25
[% INCLUDE 'doc-head-open.inc' %]
23
[% INCLUDE 'doc-head-open.inc' %]
26
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %]
24
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %]
27
<title>Self check-in &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
25
<title>Self check-in &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
28
- 

Return to bug 22544