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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss (-4 lines)
Lines 99-108 Link Here
99
        margin-bottom: .5em;
99
        margin-bottom: .5em;
100
    }
100
    }
101
101
102
    .table:not(.collapsed) .tdlabel {
103
        display: inline;
104
    }
105
106
    .table td.bibliocol {
102
    .table td.bibliocol {
107
        padding-left: 1.3em;
103
        padding-left: 1.3em;
108
    }
104
    }
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-5 lines)
Lines 2236-2246 nav { Link Here
2236
    z-index: 5;
2236
    z-index: 5;
2237
}
2237
}
2238
2238
2239
.tdlabel {
2240
    display: none;
2241
    font-weight: bold;
2242
}
2243
2244
#ulactioncontainer {
2239
#ulactioncontainer {
2245
    min-width: 16em;
2240
    min-width: 16em;
2246
}
2241
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-3 lines)
Lines 190-201 Link Here
190
                            [% END %]
190
                            [% END %]
191
                        [% END %]
191
                        [% END %]
192
                        <span class="itypetext">
192
                        <span class="itypetext">
193
                            <span class="tdlabel">Item type:</span>
194
                            [% item_type.translated_description | html %]
193
                            [% item_type.translated_description | html %]
195
                        </span>
194
                        </span>
196
                    </td>
195
                    </td>
197
                    <td>
196
                    <td>
198
                        <span class="tdlabel">Call number:</span>
199
                        [% item.itemcallnumber | html %]
197
                        [% item.itemcallnumber | html %]
200
                    </td>
198
                    </td>
201
                    <td>
199
                    <td>
Lines 205-211 Link Here
205
                    </td>
203
                    </td>
206
                    [% IF checkout.returndate %]
204
                    [% IF checkout.returndate %]
207
                        <td data-order="[% checkout.returndate | html %]">
205
                        <td data-order="[% checkout.returndate | html %]">
208
                            <span class="tdlabel">Check-in date:</span>
209
                            [% checkout.returndate | $KohaDates %]
206
                            [% checkout.returndate | $KohaDates %]
210
                        </td>
207
                        </td>
211
                    [% ELSE %]
208
                    [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-4 lines)
Lines 450-463 Link Here
450
                                                    </td>
450
                                                    </td>
451
                                                    <td>
451
                                                    <td>
452
                                                        [% IF ( suggestion.note ) %]
452
                                                        [% IF ( suggestion.note ) %]
453
                                                            <span class="tdlabel">Note: </span>
454
                                                            [% suggestion.note | html %]
453
                                                            [% suggestion.note | html %]
455
                                                        [% END %]
454
                                                        [% END %]
456
                                                    </td>
455
                                                    </td>
457
                                                    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
456
                                                    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
458
                                                        <td>
457
                                                        <td>
459
                                                            [% IF suggestion.suggestedby %]
458
                                                            [% IF suggestion.suggestedby %]
460
                                                                <span class="tdlabel">Suggested for:</span>
461
                                                                [% Branches.GetName(suggestion.branchcode) | html %]
459
                                                                [% Branches.GetName(suggestion.branchcode) | html %]
462
                                                            [% END %]
460
                                                            [% END %]
463
                                                        </td>
461
                                                        </td>
Lines 465-478 Link Here
465
                                                    [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]
463
                                                    [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]
466
                                                    <td>
464
                                                    <td>
467
                                                        [% IF suggestion.managedby %]
465
                                                        [% IF suggestion.managedby %]
468
                                                            <span class="tdlabel">Managed by:</span>
469
                                                            [% INCLUDE 'patron-title.inc' patron = suggestion.manager %]
466
                                                            [% INCLUDE 'patron-title.inc' patron = suggestion.manager %]
470
                                                            [% IF ( suggestion.manageddate ) %] - [% suggestion.manageddate | $KohaDates %][% END %]
467
                                                            [% IF ( suggestion.manageddate ) %] - [% suggestion.manageddate | $KohaDates %][% END %]
471
                                                        [% END %]
468
                                                        [% END %]
472
                                                    </td>
469
                                                    </td>
473
                                                    [% END %]
470
                                                    [% END %]
474
                                                    <td>
471
                                                    <td>
475
                                                        <span class="tdlabel">Status:</span>
476
                                                        [% IF ( suggestion.STATUS == 'ASKED' ) %]<span>Requested</span>
472
                                                        [% IF ( suggestion.STATUS == 'ASKED' ) %]<span>Requested</span>
477
                                                        [% ELSIF ( suggestion.STATUS == 'CHECKED' ) %]<span>Checked by the library</span>
473
                                                        [% ELSIF ( suggestion.STATUS == 'CHECKED' ) %]<span>Checked by the library</span>
478
                                                        [% ELSIF ( suggestion.STATUS == 'ACCEPTED' ) %]<span>Accepted by the library</span>
474
                                                        [% ELSIF ( suggestion.STATUS == 'ACCEPTED' ) %]<span>Accepted by the library</span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 lines)
Lines 150-156 Link Here
150
                                                        <input type="checkbox" class="cb" name="biblionumber" value="[% MY_TAG.biblionumber | html %]" data-title="[% MY_TAG.title | html %]" data-tagname="[% MY_TAG.term | html %]" data-tagid="[% MY_TAG.tag_id | html %]" aria-label="[% check_title | html %]"/>
150
                                                        <input type="checkbox" class="cb" name="biblionumber" value="[% MY_TAG.biblionumber | html %]" data-title="[% MY_TAG.title | html %]" data-tagname="[% MY_TAG.term | html %]" data-tagid="[% MY_TAG.tag_id | html %]" aria-label="[% check_title | html %]"/>
151
                                                    </td>
151
                                                    </td>
152
                                                    <td class="tagterm">
152
                                                    <td class="tagterm">
153
                                                        <span class="tdlabel">Tag:</span>
154
                                                        [% IF MY_TAG.approved == 1 %]
153
                                                        [% IF MY_TAG.approved == 1 %]
155
                                                            <a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |uri %]&amp;q=[% MY_TAG.term |uri %]">[% MY_TAG.term | html %]</a>
154
                                                            <a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |uri %]&amp;q=[% MY_TAG.term |uri %]">[% MY_TAG.term | html %]</a>
156
                                                        [% ELSE %]
155
                                                        [% ELSE %]
Lines 161-167 Link Here
161
                                                        [% IF ( MY_TAG.XSLTBloc ) %]
160
                                                        [% IF ( MY_TAG.XSLTBloc ) %]
162
                                                            [% MY_TAG.XSLTBloc | $raw %]
161
                                                            [% MY_TAG.XSLTBloc | $raw %]
163
                                                        [% ELSE %]
162
                                                        [% ELSE %]
164
                                                            <span class="tdlabel">Title:</span>
165
                                                            [% INCLUDE 'biblio-title.inc' biblio=MY_TAG link=> 1 %]
163
                                                            [% INCLUDE 'biblio-title.inc' biblio=MY_TAG link=> 1 %]
166
                                                            [% IF ( MY_TAG.author ) %]
164
                                                            [% IF ( MY_TAG.author ) %]
167
                                                                by [% MY_TAG.author | html %]
165
                                                                by [% MY_TAG.author | html %]
Lines 171-177 Link Here
171
                                                        [% INCLUDE 'title-actions-menu.inc' items=MY_TAG %]
169
                                                        [% INCLUDE 'title-actions-menu.inc' items=MY_TAG %]
172
                                                    </td>
170
                                                    </td>
173
                                                    <td data-order="[% MY_TAG.date_created | html %]">
171
                                                    <td data-order="[% MY_TAG.date_created | html %]">
174
                                                        <span class="tdlabel">Date added:</span>
175
                                                        [% MY_TAG.date_created | $KohaDates %]
172
                                                        [% MY_TAG.date_created | $KohaDates %]
176
                                                    </td>
173
                                                    </td>
177
                                                    <td>
174
                                                    <td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-3 lines)
Lines 109-123 Link Here
109
                                                    [% IF ( result.item('size') ) %][% result.item('size') | html %][% END %]</p>
109
                                                    [% IF ( result.item('size') ) %][% result.item('size') | html %][% END %]</p>
110
                                            </td>
110
                                            </td>
111
                                            <td>
111
                                            <td>
112
                                                <span class="tdlabel">Item type</span>
113
                                                [% ItemTypes.GetDescription(result.itemtype) | html %]
112
                                                [% ItemTypes.GetDescription(result.itemtype) | html %]
114
                                            </td>
113
                                            </td>
115
                                            <td>
114
                                            <td>
116
                                                <span class="tdlabel">Collection</span>
117
                                                [% AuthorisedValues.GetByCode('ccode', result.ccode, 1) | html %]
115
                                                [% AuthorisedValues.GetByCode('ccode', result.ccode, 1) | html %]
118
                                            </td>
116
                                            </td>
119
                                            <td data-order="[% result.count | html %]">
117
                                            <td data-order="[% result.count | html %]">
120
                                                <span class="tdlabel">Checkouts: </span>
121
                                                [% result.count | html %]
118
                                                [% result.count | html %]
122
                                            </td>
119
                                            </td>
123
                                            [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
120
                                            [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-16 lines)
Lines 417-434 Link Here
417
                                                    <td class="author">[% ISSUE.author | html %]</td>
417
                                                    <td class="author">[% ISSUE.author | html %]</td>
418
                                                    [% IF ( ISSUE.overdue ) %]
418
                                                    [% IF ( ISSUE.overdue ) %]
419
                                                        <td class="date_due overdue" data-order="[% ISSUE.date_due | html %]">
419
                                                        <td class="date_due overdue" data-order="[% ISSUE.date_due | html %]">
420
                                                            <span class="tdlabel">Date due:</span>
421
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
420
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
422
                                                        </td>
421
                                                        </td>
423
                                                    [% ELSE %]
422
                                                    [% ELSE %]
424
                                                        <td class="date_due" data-order="[% ISSUE.date_due | html %]">
423
                                                        <td class="date_due" data-order="[% ISSUE.date_due | html %]">
425
                                                            <span class="tdlabel">Date due:</span>
426
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
424
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
427
                                                        </td>
425
                                                        </td>
428
                                                    [% END %]
426
                                                    [% END %]
429
                                                    [% UNLESS ( item_level_itypes ) %]
427
                                                    [% UNLESS ( item_level_itypes ) %]
430
                                                        <td class="itype">
428
                                                        <td class="itype">
431
                                                            <span class="tdlabel">Item type:</span>
432
                                                            [% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
429
                                                            [% IF ( ISSUE.imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %]
433
                                                                <img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
430
                                                                <img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
434
                                                                [% END %] <span class="itypetext">[% ISSUE.description | html %]</span>
431
                                                                [% END %] <span class="itypetext">[% ISSUE.description | html %]</span>
Lines 436-447 Link Here
436
                                                    [% END %]
433
                                                    [% END %]
437
                                                    [% IF ( show_barcode ) %]
434
                                                    [% IF ( show_barcode ) %]
438
                                                        <td class="barcode">
435
                                                        <td class="barcode">
439
                                                            <span class="tdlabel">Barcode:</span>
440
                                                            [% ISSUE.barcode | html %]
436
                                                            [% ISSUE.barcode | html %]
441
                                                        </td>
437
                                                        </td>
442
                                                    [% END %]
438
                                                    [% END %]
443
                                                    <td class="call_no">
439
                                                    <td class="call_no">
444
                                                        <span class="tdlabel">Call number:</span>
445
                                                        [% ISSUE.itemcallnumber | html %]
440
                                                        [% ISSUE.itemcallnumber | html %]
446
                                                    </td>
441
                                                    </td>
447
                                                    [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions_contains('renew') ) ) %]
442
                                                    [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions_contains('renew') ) ) %]
Lines 514-520 Link Here
514
                                                    [% END %]
509
                                                    [% END %]
515
                                                    [% IF ( OPACFinesTab ) %]
510
                                                    [% IF ( OPACFinesTab ) %]
516
                                                        <td class="fines">
511
                                                        <td class="fines">
517
                                                            <span class="tdlabel">Fines:</span>
518
                                                            [% IF ( ISSUE.charges ) %]
512
                                                            [% IF ( ISSUE.charges ) %]
519
                                                                <span>Yes (Item overdue or lost)</span>
513
                                                                <span>Yes (Item overdue or lost)</span>
520
                                                            [% ELSIF ( ISSUE.rentalfines ) %]
514
                                                            [% ELSIF ( ISSUE.rentalfines ) %]
Lines 786-801 Link Here
786
                                                    [% END %]
780
                                                    [% END %]
787
                                                    [% IF ( show_barcode ) %]
781
                                                    [% IF ( show_barcode ) %]
788
                                                        <td>
782
                                                        <td>
789
                                                            <span class="tdlabel">Barcode:</span>
790
                                                            [% OVERDUE.barcode | html %]
783
                                                            [% OVERDUE.barcode | html %]
791
                                                        </td>
784
                                                        </td>
792
                                                    [% END %]
785
                                                    [% END %]
793
                                                    <td>
786
                                                    <td>
794
                                                        <span class="tdlabel">Call number:</span>
795
                                                        [% OVERDUE.itemcallnumber | html %]
787
                                                        [% OVERDUE.itemcallnumber | html %]
796
                                                    </td>
788
                                                    </td>
797
                                                    <td data-order="[% OVERDUE.date_due | html %]">
789
                                                    <td data-order="[% OVERDUE.date_due | html %]">
798
                                                        <span class="tdlabel">Date due:</span>
799
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
790
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
800
                                                    </td>
791
                                                    </td>
801
                                                    [% IF ( OpacRenewalAllowed ) %]
792
                                                    [% IF ( OpacRenewalAllowed ) %]
Lines 823-829 Link Here
823
                                                    [% END %]
814
                                                    [% END %]
824
                                                    [% IF ( OPACFinesTab ) %]
815
                                                    [% IF ( OPACFinesTab ) %]
825
                                                        <td>
816
                                                        <td>
826
                                                            <span class="tdlabel">Fines:</span>
827
                                                            [% IF ( OVERDUE.charges ) %]
817
                                                            [% IF ( OVERDUE.charges ) %]
828
                                                                <span>Yes</span>
818
                                                                <span>Yes</span>
829
                                                            [% ELSE %]
819
                                                            [% ELSE %]
Lines 869-897 Link Here
869
                                                </td>
859
                                                </td>
870
                                                <td class="recalldate" data-order="[% RECALL.created_date | html %]">
860
                                                <td class="recalldate" data-order="[% RECALL.created_date | html %]">
871
                                                    <span title="[% RECALL.created_date | html %]">
861
                                                    <span title="[% RECALL.created_date | html %]">
872
                                                        <span class="tdlabel">Recall date:</span>
873
                                                        [% RECALL.created_date | $KohaDates %]
862
                                                        [% RECALL.created_date | $KohaDates %]
874
                                                    </span>
863
                                                    </span>
875
                                                </td>
864
                                                </td>
876
                                                <td class="expirationdate" data-order="[% RECALL.expiration_date | html %]">
865
                                                <td class="expirationdate" data-order="[% RECALL.expiration_date | html %]">
877
                                                    [% IF ( RECALL.expiration_date ) %]
866
                                                    [% IF ( RECALL.expiration_date ) %]
878
                                                        <span title="[% RECALL.expiration_date | html %]">
867
                                                        <span title="[% RECALL.expiration_date | html %]">
879
                                                            <span class="tdlabel">Expiration:</span>
880
                                                            [% RECALL.expiration_date | $KohaDates %]
868
                                                            [% RECALL.expiration_date | $KohaDates %]
881
                                                        </span>
869
                                                        </span>
882
                                                    [% ELSE %]
870
                                                    [% ELSE %]
883
                                                        <span title="0000-00-00">
871
                                                        <span title="0000-00-00">
884
                                                            <span class="tdlabel">Expiration:</span>
885
                                                            Never expires
872
                                                            Never expires
886
                                                        </span>
873
                                                        </span>
887
                                                    [% END %]
874
                                                    [% END %]
888
                                                </td>
875
                                                </td>
889
                                                <td class="branch">
876
                                                <td class="branch">
890
                                                    <span class="tdlabel">Pick up location:</span>
891
                                                    [% RECALL.library.branchname | html %]
877
                                                    [% RECALL.library.branchname | html %]
892
                                                </td>
878
                                                </td>
893
                                                <td class="status">
879
                                                <td class="status">
894
                                                    <span class="tdlabel">Status:</span>
895
                                                    [% IF ( RECALL.requested ) %]
880
                                                    [% IF ( RECALL.requested ) %]
896
                                                        <span>Requested</span>
881
                                                        <span>Requested</span>
897
                                                    [% ELSIF ( RECALL.overdue ) %]
882
                                                    [% ELSIF ( RECALL.overdue ) %]
898
- 

Return to bug 35808