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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-9 / +18 lines)
Lines 45-59 Link Here
45
[% END #/ WRAPPER sub-header.inc %]
45
[% END #/ WRAPPER sub-header.inc %]
46
46
47
<div class="main container-fluid">
47
<div class="main container-fluid">
48
    <div class="row">
49
        <div class="col-md-10 order-md-2 order-sm-1">
50
            <main>
51
                [% INCLUDE 'messages.inc' %]
52
48
53
[% IF ( unknownbiblionumber ) %]
49
    [% IF ( unknownbiblionumber ) %]
54
    <h1>Unknown record</h1>
50
        <main>
55
  <div class="alert alert-info">The record you requested does not exist ([% biblionumber | html %]).</div>
51
            <div class="row">
56
[% ELSE %]
52
                <div class="col">
53
                    [% INCLUDE 'messages.inc' %]
54
55
                    <h1>Unknown record</h1>
56
                    <div class="alert alert-info">The record you requested does not exist ([% biblionumber | html %]).</div>
57
                </div> <!-- /.col -->
58
            </div> <!-- /.row -->
59
        </main>
60
    [% ELSE %]
61
        <div class="row">
62
            <div class="col-md-10 order-md-2 order-sm-1">
63
                <main>
64
                    [% INCLUDE 'messages.inc' %]
57
65
58
[% INCLUDE 'cat-toolbar.inc' %]
66
[% INCLUDE 'cat-toolbar.inc' %]
59
67
Lines 206-211 Link Here
206
214
207
[% END %]
215
[% END %]
208
216
217
</div> <!-- /.main.container-fluid -->
218
209
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
219
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
210
    [% INCLUDE 'modals/add_catalog_concern.inc' %]
220
    [% INCLUDE 'modals/add_catalog_concern.inc' %]
211
    [% END %]
221
    [% END %]
212
- 

Return to bug 38713