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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-5 / +13 lines)
Lines 39-52 Link Here
39
[% END #/ WRAPPER sub-header.inc %]
39
[% END #/ WRAPPER sub-header.inc %]
40
40
41
<div class="main container-fluid">
41
<div class="main container-fluid">
42
43
    [% IF ( unknownbiblionumber ) %]
44
            <main>
45
                <div class="row">
46
                    <div class="col">
47
                        [% INCLUDE 'messages.inc' %]
48
                        <div class="alert alert-info">The record you requested does not exist ([% biblionumber | html %]).</div>
49
                    </div> <!-- /.col -->
50
                </div> <!-- /.row -->
51
            </main>
52
    [% ELSE %]
42
    <div class="row">
53
    <div class="row">
43
        <div class="col-md-10 order-md-2 order-sm-1">
54
        <div class="col-md-10 order-md-2 order-sm-1">
55
44
            <main>
56
            <main>
45
                [% INCLUDE 'messages.inc' %]
57
                [% INCLUDE 'messages.inc' %]
46
47
    [% IF ( unknownbiblionumber ) %]
48
        <div class="alert alert-info">The record you requested does not exist ([% biblionumber | html %]).</div>
49
    [% ELSE %]
50
                [% INCLUDE 'cat-toolbar.inc' %]
58
                [% INCLUDE 'cat-toolbar.inc' %]
51
59
52
                <h1>
60
                <h1>
Lines 93-98 Link Here
93
        </div> <!-- /.col-md-2.order-md-1 -->
101
        </div> <!-- /.col-md-2.order-md-1 -->
94
     </div> <!-- /.row -->
102
     </div> <!-- /.row -->
95
[% END %]
103
[% END %]
104
</div> <!-- /.main.container-fluid -->
96
105
97
[% IF ( Koha.Preference('CatalogConcerns') ) %]
106
[% IF ( Koha.Preference('CatalogConcerns') ) %]
98
[% INCLUDE 'modals/add_catalog_concern.inc' %]
107
[% INCLUDE 'modals/add_catalog_concern.inc' %]
99
- 

Return to bug 38713