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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_mixins.scss (-1 / +1 lines)
Lines 10-16 $nav-menu-bullet: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/ Link Here
10
    margin-bottom: 1rem;
10
    margin-bottom: 1rem;
11
    padding: 1rem;
11
    padding: 1rem;
12
12
13
    &:not( .bg-danger, .bg-warning, .bg-info, .bg-success, .bg-primary, .action ) {
13
    &:not( .bg-danger, .bg-warning, .bg-info, .bg-success, .bg-primary, .bg-danger-subtle, .bg-warning-subtle, .bg-info-subtle, .bg-success-subtle, .bg-primary-subtle, .action ) {
14
        background-color: #FFF;
14
        background-color: #FFF;
15
    }
15
    }
16
}
16
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +1 lines)
Lines 60-66 Link Here
60
        </div>
60
        </div>
61
    [% END %]
61
    [% END %]
62
62
63
    <div class="page-section bg-info">
63
    <div class="page-section bg-info-subtle">
64
        <p>The rules are applied from most specific to less specific, using the first found in this order:</p>
64
        <p>The rules are applied from most specific to less specific, using the first found in this order:</p>
65
        <ul>
65
        <ul>
66
            <li>same library, same patron category, same item type</li>
66
            <li>same library, same patron category, same item type</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
    <h1>Authorities</h1>
33
    <h1>Authorities</h1>
34
34
35
    <div id="merge_in_progress" class="page-section bg-info" style="display:none;"></div>
35
    <div id="merge_in_progress" class="alert alert-info" style="display:none;"></div>
36
36
37
    [%- SET StaffAuthoritiesHome = AdditionalContents.get( location => "StaffAuthoritiesHome", lang => lang, library => Branches.GetLoggedInBranchcode ) -%]
37
    [%- SET StaffAuthoritiesHome = AdditionalContents.get( location => "StaffAuthoritiesHome", lang => lang, library => Branches.GetLoggedInBranchcode ) -%]
38
    [%- FOREACH block IN StaffAuthoritiesHome.content -%]
38
    [%- FOREACH block IN StaffAuthoritiesHome.content -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
    [% INCLUDE 'authorities-toolbar.inc' %]
45
    [% INCLUDE 'authorities-toolbar.inc' %]
46
    <h1>Authority search results</h1>
46
    <h1>Authority search results</h1>
47
47
48
    <div id="merge_in_progress" class="page-section bg-info" style="display:none;"></div>
48
    <div id="merge_in_progress" class="alert alert-info" style="display:none;"></div>
49
    <div class="page-section">
49
    <div class="page-section">
50
        [% IF ( query_error ) %]
50
        [% IF ( query_error ) %]
51
            <div class="alert alert-warning"
51
            <div class="alert alert-warning"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 103-109 Link Here
103
    <div class="row">
103
    <div class="row">
104
        <div id="catalogue_detail_biblio" class="col">
104
        <div id="catalogue_detail_biblio" class="col">
105
            [% IF decoding_error || analytics_error %]
105
            [% IF decoding_error || analytics_error %]
106
                <div class="page-section bg-danger">
106
                <div class="alert alert-warning">
107
                    <h1>Errors found</h1>
107
                    <h1>Errors found</h1>
108
                    [% IF decoding_error %]
108
                    [% IF decoding_error %]
109
                        <h2>Encoding errors</h2>
109
                        <h2>Encoding errors</h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-1 / +1 lines)
Lines 798-804 Link Here
798
798
799
[% WRAPPER 'main-container.inc' wide_centered => 1 %]
799
[% WRAPPER 'main-container.inc' wide_centered => 1 %]
800
    [% IF ( INVALID_METADATA ) %]
800
    [% IF ( INVALID_METADATA ) %]
801
        <div class="page-section bg-danger">
801
        <div class="alert alert-warning">
802
            <h1>Errors found</h1>
802
            <h1>Errors found</h1>
803
            <p><strong>This record had encoding issues, non-xml characters have been stripped in order to allow editing. Please be cautious when saving that some data may have been removed from the record.</strong></p>
803
            <p><strong>This record had encoding issues, non-xml characters have been stripped in order to allow editing. Please be cautious when saving that some data may have been removed from the record.</strong></p>
804
            <pre class="problem">[% INVALID_METADATA | html %]</pre>
804
            <pre class="problem">[% INVALID_METADATA | html %]</pre>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-3 / +6 lines)
Lines 375-381 Link Here
375
        [% END %]
375
        [% END %]
376
376
377
        <div class="col-sm-6">
377
        <div class="col-sm-6">
378
            <div class="page-section bg-info">
378
            <div class="page-section bg-info-subtle">
379
                <h2>Notes:</h2>
379
                <h2>Notes:</h2>
380
                <ul>
380
                <ul>
381
                    <li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
381
                    <li>The first line in the file must be a header row defining which columns you are supplying in the import file.</li>
Lines 390-396 Link Here
390
                    <li>
390
                    <li>
391
                        OR choose which fields you want to supply from the following list:
391
                        OR choose which fields you want to supply from the following list:
392
                        <ul>
392
                        <ul>
393
                            <li> [% FOREACH columnkey IN borrower_fields.keys.sort %]'[% columnkey | html %]',[% END %] </li>
393
                            <li>
394
                                [% FOREACH columnkey IN borrower_fields.keys.sort %]
395
                                    '[% columnkey | html %]',
396
                                [% END %]
397
                            </li>
394
                        </ul>
398
                        </ul>
395
                    </li>
399
                    </li>
396
400
397
- 

Return to bug 39947