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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (-19 / +15 lines)
Lines 301-314 $cyans: ( Link Here
301
// fusv-enable
301
// fusv-enable
302
302
303
// scss-docs-start theme-color-variables
303
// scss-docs-start theme-color-variables
304
$primary:       $yellow;
304
$primary:       $yellow; // $blue !default;
305
$secondary:     $gray-600;
305
$secondary:     $gray-600; // $gray-600 !default;
306
$success:       $green;
306
$success:       $green; // $green !default;
307
$info:          $blue-100;
307
$info:          $blue-300; // $blue-100; // $cyan !default;
308
$warning:       $yellow;
308
$warning:       $yellow; // $yellow !default;
309
$danger:        $red;
309
$danger:        $red; // $red !default;
310
$light:         #FFF;
310
$light:         #FFF; // $gray-100 !default;
311
$dark:          #352c2e;
311
$dark:          #352c2e; // $gray-900 !default;
312
// scss-docs-end theme-color-variables
312
// scss-docs-end theme-color-variables
313
313
314
// scss-docs-start theme-colors-map
314
// scss-docs-start theme-colors-map
Lines 325-336 $theme-colors: ( Link Here
325
// scss-docs-end theme-colors-map
325
// scss-docs-end theme-colors-map
326
326
327
// scss-docs-start theme-text-variables
327
// scss-docs-start theme-text-variables
328
$primary-text-emphasis:   shade-color($primary, 60%);
328
$primary-text-emphasis:   $gray-900; // shade-color($primary, 60%);
329
$secondary-text-emphasis: shade-color($secondary, 60%);
329
$secondary-text-emphasis: $gray-900; // shade-color($secondary, 60%);
330
$success-text-emphasis:   shade-color($success, 60%);
330
$success-text-emphasis:   $gray-900; // shade-color($success, 60%);
331
$info-text-emphasis:      shade-color($info, 60%);
331
$info-text-emphasis:      $gray-900; // shade-color($info, 60%);
332
$warning-text-emphasis:   $black; // shade-color($warning, 60%);
332
$warning-text-emphasis:   $gray-900; // shade-color($warning, 60%);
333
$danger-text-emphasis:    shade-color($danger, 60%);
333
$danger-text-emphasis:    $gray-900; // shade-color($danger, 60%);
334
$light-text-emphasis:     $gray-700;
334
$light-text-emphasis:     $gray-700;
335
$dark-text-emphasis:      $gray-700;
335
$dark-text-emphasis:      $gray-700;
336
// scss-docs-end theme-text-variables
336
// scss-docs-end theme-text-variables
Lines 385-391 $enable-rfs: true; Link Here
385
$enable-validation-icons:     true;
385
$enable-validation-icons:     true;
386
$enable-negative-margins:     false;
386
$enable-negative-margins:     false;
387
$enable-deprecation-messages: true;
387
$enable-deprecation-messages: true;
388
$enable-important-utilities:  true;
388
$enable-important-utilities:  false;
389
389
390
$enable-dark-mode:            true;
390
$enable-dark-mode:            true;
391
$color-mode-type:             data; // `data` or `media-query`
391
$color-mode-type:             data; // `data` or `media-query`
Lines 1770-1779 $table-border-color: #BCBCBC; Link Here
1770
$table-header-background: #FFF;
1770
$table-header-background: #FFF;
1771
$table-odd-row: #f3f4f4;
1771
$table-odd-row: #f3f4f4;
1772
1772
1773
// $body-bg:                   $white;
1774
// $body-color:                $gray-900;
1775
// $body-text-align:           null;
1776
1777
$default-bs-btn-bg: #FFF;
1773
$default-bs-btn-bg: #FFF;
1778
$default-bs-btn-border-color: #555;
1774
$default-bs-btn-border-color: #555;
1779
$default-bs-btn-color: #555;
1775
$default-bs-btn-color: #555;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-5 / +31 lines)
Lines 78-83 $enable-dark-mode: false; Link Here
78
    )
78
    )
79
}
79
}
80
80
81
.text-bg-primary {
82
    background-color: shift-color( $primary, -55% );
83
    color: $black;
84
}
85
86
.text-bg-secondary {
87
    background-color: shift-color( $secondary, -55% );
88
    color: $black;
89
}
90
91
.text-bg-success {
92
    background-color: shift-color( $success, -55% );
93
    color: $black;
94
}
95
96
.text-bg-info {
97
    background-color: shift-color( $info, -55% );
98
    color: $black;
99
}
100
101
.text-bg-warning {
102
    background-color: shift-color( $warning, -55% );
103
    color: $black;
104
}
105
106
.text-bg-danger {
107
    background-color: shift-color( $danger, -55% );
108
    color: $black;
109
}
110
81
::selection {
111
::selection {
82
    background: $background-color-primary;
112
    background: $background-color-primary;
83
    color: #FFFFFF;
113
    color: #FFFFFF;
Lines 554-564 div { Link Here
554
        text-align: justify;
584
        text-align: justify;
555
    }
585
    }
556
586
557
    &.note {
587
    &.alert-info {
558
        background-color: #CFE2FF;
559
        margin: .5em 0;
560
        padding: .5em;
561
562
        i {
588
        i {
563
            &.fa-exclamation {
589
            &.fa-exclamation {
564
                color: $warning-text-color;
590
                color: $warning-text-color;
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-4 / +4 lines)
Lines 130-142 Link Here
130
    [% END %]
130
    [% END %]
131
131
132
    [% IF filter == 'suggestions_managers' %]
132
    [% IF filter == 'suggestions_managers' %]
133
        <div class="note">Only staff with superlibrarian or full suggestions permissions are returned in the search results</div>
133
        <div class="alert alert-info">Only staff with superlibrarian or full suggestions permissions are returned in the search results</div>
134
    [% ELSIF filter == 'orders_managers' OR filter == 'baskets_managers' %]
134
    [% ELSIF filter == 'orders_managers' OR filter == 'baskets_managers' %]
135
        <div class="note">Only staff with superlibrarian or acquisitions permissions (or order_manage permission if granular permissions are enabled) are returned in the search results</div>
135
        <div class="alert alert-info">Only staff with superlibrarian or acquisitions permissions (or order_manage permission if granular permissions are enabled) are returned in the search results</div>
136
    [% ELSIF filter == 'funds_owners' OR filter == 'funds_users' %]
136
    [% ELSIF filter == 'funds_owners' OR filter == 'funds_users' %]
137
        <div class="note">Only staff with superlibrarian or acquisitions permissions (or budget_modify permission if granular permissions are enabled) are returned in the search results</div>
137
        <div class="alert alert-info">Only staff with superlibrarian or acquisitions permissions (or budget_modify permission if granular permissions are enabled) are returned in the search results</div>
138
    [% ELSIF filter == 'erm_users' %]
138
    [% ELSIF filter == 'erm_users' %]
139
        <div class="note">Only staff with superlibrarian or ERM permissions are returned in the search results</div>
139
        <div class="alert alert-info">Only staff with superlibrarian or ERM permissions are returned in the search results</div>
140
    [% END %]
140
    [% END %]
141
141
142
    <div class="browse">
142
    <div class="browse">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-2 / +2 lines)
Lines 122-128 Link Here
122
                    </h1>
122
                    </h1>
123
123
124
                    [% IF ( action_modify ) %]
124
                    [% IF ( action_modify ) %]
125
                        <div class="note">
125
                        <div class="alert alert-info">
126
                            <i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
126
                            <i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
127
                        </div>
127
                        </div>
128
                    [% END %]
128
                    [% END %]
Lines 230-236 Link Here
230
                    [% END %]
230
                    [% END %]
231
231
232
                    [% IF ( searchfield ) %]
232
                    [% IF ( searchfield ) %]
233
                        <div class="note">
233
                        <div class="alert alert-info">
234
                            <i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
234
                            <i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.
235
                        </div>
235
                        </div>
236
                    [% END %]
236
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-1 / +1 lines)
Lines 103-109 a.add, a.delete { Link Here
103
        </div>
103
        </div>
104
    [% END %]
104
    [% END %]
105
105
106
    <div class="note">
106
    <div class="alert alert-info">
107
        <i class="fa fa-exclamation"></i>
107
        <i class="fa fa-exclamation"></i>
108
        <strong>Warning:</strong> Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
108
        <strong>Warning:</strong> Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
109
109
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-4 / +4 lines)
Lines 1289-1295 Link Here
1289
                                        [% END %]
1289
                                        [% END %]
1290
                                        [% branchcodes = branchcodes.unique %]
1290
                                        [% branchcodes = branchcodes.unique %]
1291
                                        [% IF ( branchcodes.empty ) %]
1291
                                        [% IF ( branchcodes.empty ) %]
1292
                                            <div class="note">
1292
                                            <div class="alert alert-info">
1293
                                                There are no holds on this title.
1293
                                                There are no holds on this title.
1294
                                            </div>
1294
                                            </div>
1295
                                        [% ELSE %]
1295
                                        [% ELSE %]
Lines 1319-1325 Link Here
1319
                                        [% END %]
1319
                                        [% END %]
1320
                                        [% itemtypes = itemtypes.unique %]
1320
                                        [% itemtypes = itemtypes.unique %]
1321
                                        [% IF ( itemtypes.empty ) %]
1321
                                        [% IF ( itemtypes.empty ) %]
1322
                                            <div class="note">
1322
                                            <div class="alert alert-info">
1323
                                                There are no holds on this title.
1323
                                                There are no holds on this title.
1324
                                            </div>
1324
                                            </div>
1325
                                        [% ELSE %]
1325
                                        [% ELSE %]
Lines 1352-1358 Link Here
1352
                                        [% END %]
1352
                                        [% END %]
1353
                                        [% branchcodes = branchcodes.unique %]
1353
                                        [% branchcodes = branchcodes.unique %]
1354
                                        [% IF ( branchcodes.empty ) %]
1354
                                        [% IF ( branchcodes.empty ) %]
1355
                                            <div class="note">
1355
                                            <div class="alert alert-info">
1356
                                                There are no holds on this title.
1356
                                                There are no holds on this title.
1357
                                            </div>
1357
                                            </div>
1358
                                        [% ELSE %]
1358
                                        [% ELSE %]
Lines 1403-1409 Link Here
1403
                                        [% IF ( biblioloo.reserveloop.size ) %]
1403
                                        [% IF ( biblioloo.reserveloop.size ) %]
1404
                                            [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
1404
                                            [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
1405
                                        [% ELSE %]
1405
                                        [% ELSE %]
1406
                                            <div class="note">
1406
                                            <div class="alert alert-info">
1407
                                                There are no holds on this title.
1407
                                                There are no holds on this title.
1408
                                            </div>
1408
                                            </div>
1409
                                        [% END %]
1409
                                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 193-199 Link Here
193
              [% END %]
193
              [% END %]
194
            </tbody>
194
            </tbody>
195
          </table>
195
          </table>
196
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div>
196
          <div class="alert alert-info"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div>
197
      [% ELSE %]
197
      [% ELSE %]
198
        <div class="btn-toolbar selections-toolbar">
198
        <div class="btn-toolbar selections-toolbar">
199
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
199
          <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
Lines 222-228 Link Here
222
              [% END %]
222
              [% END %]
223
            </tbody>
223
            </tbody>
224
          </table>
224
          </table>
225
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected authorities!</div>
225
          <div class="alert alert-info"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected authorities!</div>
226
      [% END %]
226
      [% END %]
227
        <fieldset class="action">
227
        <fieldset class="action">
228
            [% INCLUDE 'csrf-token.inc' %]
228
            [% INCLUDE 'csrf-token.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-1 / +1 lines)
Lines 195-201 Link Here
195
                                        </tbody>
195
                                        </tbody>
196
                                    </table> <!-- /#checkouts -->
196
                                    </table> <!-- /#checkouts -->
197
                                </div> <!-- /.page-section -->
197
                                </div> <!-- /.page-section -->
198
                                <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected checkouts!</div>
198
                                <div class="alert alert-info"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected checkouts!</div>
199
                                <fieldset class="action">
199
                                <fieldset class="action">
200
                                    <input type="hidden" name="op" value="cud-modify" />
200
                                    <input type="hidden" name="op" value="cud-modify" />
201
                                    <input type="hidden" name="new_hard_due_date" value="[% new_hard_due_date | $KohaDates dateformat => 'iso' %]" />
201
                                    <input type="hidden" name="new_hard_due_date" value="[% new_hard_due_date | $KohaDates dateformat => 'iso' %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-3 / +2 lines)
Lines 226-232 Link Here
226
                                            </tbody>
226
                                            </tbody>
227
                                        </table> <!-- /#biblios -->
227
                                        </table> <!-- /#biblios -->
228
                                    </div>
228
                                    </div>
229
                                    <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div>
229
                                    <div class="alert alert-info"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div>
230
                                [% ELSE %]
230
                                [% ELSE %]
231
                                    <div class="btn-toolbar selections-toolbar">
231
                                    <div class="btn-toolbar selections-toolbar">
232
                                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
232
                                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
Lines 254-260 Link Here
254
                                            </tbody>
254
                                            </tbody>
255
                                        </table> <!-- /#authorities -->
255
                                        </table> <!-- /#authorities -->
256
                                    </div>
256
                                    </div>
257
                                    <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected authorities!</div>
257
                                    <div class="alert alert-info"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected authorities!</div>
258
                                [% END %]
258
                                [% END %]
259
                                <fieldset class="action">
259
                                <fieldset class="action">
260
                                    <input type="hidden" name="op" value="cud-modify" />
260
                                    <input type="hidden" name="op" value="cud-modify" />
261
- 

Return to bug 38519