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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-14 / +15 lines)
Lines 92-110 Link Here
92
[% SyndeticsCovers = Koha.Preference('SyndeticsEnabled') && Koha.Preference('SyndeticsCoverImages') %]
92
[% SyndeticsCovers = Koha.Preference('SyndeticsEnabled') && Koha.Preference('SyndeticsCoverImages') %]
93
93
94
[% INCLUDE 'cat-toolbar.inc' %]
94
[% INCLUDE 'cat-toolbar.inc' %]
95
    [% IF decoding_error %]
96
        <div>
97
           <span class="biberror">
98
            There is an error with this bibliographic record, the view may be degraded.</span>
99
            <span class="error"><br/> Error: [% decoding_error | html %]</span>
100
        </div>
101
    [% END %]
102
    [% IF analytics_error %]
103
        <div>
104
           <span class="analytics_error">
105
            There was an error searching for analytic records, please see the logs for details.</span>
106
        </div>
107
    [% END %]
108
    [% IF ( ocoins ) %]
95
    [% IF ( ocoins ) %]
109
        <!-- COinS / OpenURL -->
96
        <!-- COinS / OpenURL -->
110
        <span class="Z3988" title="[% ocoins | html %]"></span>
97
        <span class="Z3988" title="[% ocoins | html %]"></span>
Lines 115-120 Link Here
115
    [% ELSE %]
102
    [% ELSE %]
116
        <div id="catalogue_detail_biblio" class="col-xs-12">
103
        <div id="catalogue_detail_biblio" class="col-xs-12">
117
    [% END %]
104
    [% END %]
105
        [% IF decoding_error || analytics_error %]
106
            <div class="page-section bg-danger">
107
               <h1>Errors found</h1>
108
               [% IF decoding_error %]
109
                   <h2>Encoding errors</h2>
110
                   <p>There is at least one encoding error with this bibliographic record, the view may be degraded.</p>
111
                   <span class="error"><br/> Error details: [% decoding_error | html %]</span>
112
               [% END %]
113
               [% IF analytics_error %]
114
                   <h2>Analytics errors</h2>
115
                   <p>There was an error searching for analytic records, please see the logs for details.</p>
116
               [% END %]
117
            </div>
118
        [% END %]
119
118
        <div class="page-section">
120
        <div class="page-section">
119
121
120
        [% XSLTBloc | $raw %]
122
        [% XSLTBloc | $raw %]
121
- 

Return to bug 35119