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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss (-4 / +13 lines)
Lines 1-7 Link Here
1
table {
1
table {
2
    border-collapse: collapse;
2
    border-collapse: collapse;
3
3
4
    border-top: 1px solid $table-border-color;
4
    thead {
5
        border-bottom: 2px solid $table-border-color;
6
    }
7
8
    tfoot {
9
        border-top: 2px solid $table-border-color;
10
    }
5
11
6
    .btn-group {
12
    .btn-group {
7
        white-space: nowrap;
13
        white-space: nowrap;
Lines 70-83 table { Link Here
70
76
71
    &.dataTable {
77
    &.dataTable {
72
        border-collapse: collapse;
78
        border-collapse: collapse;
73
        border: none;
74
        margin-top: .5em;
79
        margin-top: .5em;
75
        margin-bottom: .5em;
80
        margin-bottom: .5em;
76
81
82
        &.no-footer {
83
            border: none;
84
        }
85
77
        tfoot {
86
        tfoot {
78
            td,
87
            td,
79
            th {
88
            th {
80
                padding: .5em;
89
                padding: .5em;
90
                border-top: none;
81
            }
91
            }
82
        }
92
        }
83
93
Lines 85-90 table { Link Here
85
            th,
95
            th,
86
            td {
96
            td {
87
                padding: .5em;
97
                padding: .5em;
98
                border-bottom: none;
88
            }
99
            }
89
100
90
            tr {
101
            tr {
Lines 115-122 table { Link Here
115
        }
126
        }
116
127
117
        tbody {
128
        tbody {
118
            border-top: 2px solid $table-border-color;
119
120
            td {
129
            td {
121
                padding: .5em;
130
                padding: .5em;
122
            }
131
            }
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc (+4 lines)
Lines 4-9 Link Here
4
<input type="hidden" name="modify" value="yes" />
4
<input type="hidden" name="modify" value="yes" />
5
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
5
<input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
6
  <table>
6
  <table>
7
    <thead>
7
    <tr><th></th>
8
    <tr><th></th>
8
        <th>Days in advance</th>
9
        <th>Days in advance</th>
9
        [% IF Koha.Preference('SMSSendDriver') %]<th>SMS</th>[% END %]
10
        [% IF Koha.Preference('SMSSendDriver') %]<th>SMS</th>[% END %]
Lines 12-17 Link Here
12
        <th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single message." data-placement="right" class="fa fa-info-circle"></i></th>
13
        <th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single message." data-placement="right" class="fa fa-info-circle"></i></th>
13
        <!-- <th>RSS</th> -->
14
        <!-- <th>RSS</th> -->
14
    </tr>
15
    </tr>
16
    </thead>
17
    <tbody>
15
    [% FOREACH messaging_preference IN messaging_preferences %]
18
    [% FOREACH messaging_preference IN messaging_preferences %]
16
    [% NEXT IF !Koha.Preference( 'ILLModule' ) && messaging_preference.message_name.match('^Ill_') %]
19
    [% NEXT IF !Koha.Preference( 'ILLModule' ) && messaging_preference.message_name.match('^Ill_') %]
17
    [% NEXT IF messaging_preference.Auto_Renewals && Koha.Preference('AutoRenewalNotices') != 'preferences' %]
20
    [% NEXT IF messaging_preference.Auto_Renewals && Koha.Preference('AutoRenewalNotices') != 'preferences' %]
Lines 236-239 Link Here
236
239
237
    </tr>
240
    </tr>
238
    [% END %]
241
    [% END %]
242
    </tbody>
239
  </table>
243
  </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +4 lines)
Lines 440-445 Link Here
440
440
441
                                <!-- TABLE RESULTS START -->
441
                                <!-- TABLE RESULTS START -->
442
                                <table>
442
                                <table>
443
                                    <thead>
443
                                    <tr>
444
                                    <tr>
444
                                        [% IF ( AmazonCoverImages  || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
445
                                        [% IF ( AmazonCoverImages  || LocalCoverImages || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
445
                                            <th>&nbsp;</th>
446
                                            <th>&nbsp;</th>
Lines 447-454 Link Here
447
                                        <th colspan="2">Results</th>
448
                                        <th colspan="2">Results</th>
448
                                        <th>Location</th>
449
                                        <th>Location</th>
449
                                    </tr>
450
                                    </tr>
451
                                    </thead>
450
                                    <!-- Actual Search Results -->
452
                                    <!-- Actual Search Results -->
451
                                    [% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %]
453
                                    [% SET MaxSearchResultsItemsPerRecordStatusCheck = Koha.Preference('MaxSearchResultsItemsPerRecordStatusCheck') %]
454
                                    <tbody>
452
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
455
                                    [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
453
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
456
                                        <tr id="row[% SEARCH_RESULT.biblionumber | html %]">
454
                                            [% IF ( AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
457
                                            [% IF ( AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
Lines 681-686 Link Here
681
                                            </td>
684
                                            </td>
682
                                        </tr>
685
                                        </tr>
683
                                    [% END # /FOREACH SEARCH_RESULT %]
686
                                    [% END # /FOREACH SEARCH_RESULT %]
687
                                    </tbody>
684
                                </table>
688
                                </table>
685
                            </form>
689
                            </form>
686
                        </div> <!-- /#bookbag_form -->
690
                        </div> <!-- /#bookbag_form -->
687
- 

Return to bug 30952