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 2172-2182 nav { Link Here
2172
    z-index: 5;
2172
    z-index: 5;
2173
}
2173
}
2174
2174
2175
.tdlabel {
2176
    display: none;
2177
    font-weight: bold;
2178
}
2179
2180
#ulactioncontainer {
2175
#ulactioncontainer {
2181
    min-width: 16em;
2176
    min-width: 16em;
2182
}
2177
}
(-)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 448-461 Link Here
448
                                                    </td>
448
                                                    </td>
449
                                                    <td>
449
                                                    <td>
450
                                                        [% IF ( suggestion.note ) %]
450
                                                        [% IF ( suggestion.note ) %]
451
                                                            <span class="tdlabel">Note: </span>
452
                                                            [% suggestion.note | html %]
451
                                                            [% suggestion.note | html %]
453
                                                        [% END %]
452
                                                        [% END %]
454
                                                    </td>
453
                                                    </td>
455
                                                    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
454
                                                    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]
456
                                                        <td>
455
                                                        <td>
457
                                                            [% IF suggestion.suggestedby %]
456
                                                            [% IF suggestion.suggestedby %]
458
                                                                <span class="tdlabel">Suggested for:</span>
459
                                                                [% Branches.GetName(suggestion.branchcode) | html %]
457
                                                                [% Branches.GetName(suggestion.branchcode) | html %]
460
                                                            [% END %]
458
                                                            [% END %]
461
                                                        </td>
459
                                                        </td>
Lines 463-476 Link Here
463
                                                    [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]
461
                                                    [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]
464
                                                    <td>
462
                                                    <td>
465
                                                        [% IF suggestion.managedby %]
463
                                                        [% IF suggestion.managedby %]
466
                                                            <span class="tdlabel">Managed by:</span>
467
                                                            [% INCLUDE 'patron-title.inc' patron = suggestion.manager %]
464
                                                            [% INCLUDE 'patron-title.inc' patron = suggestion.manager %]
468
                                                            [% IF ( suggestion.manageddate ) %] - [% suggestion.manageddate | $KohaDates %][% END %]
465
                                                            [% IF ( suggestion.manageddate ) %] - [% suggestion.manageddate | $KohaDates %][% END %]
469
                                                        [% END %]
466
                                                        [% END %]
470
                                                    </td>
467
                                                    </td>
471
                                                    [% END %]
468
                                                    [% END %]
472
                                                    <td>
469
                                                    <td>
473
                                                        <span class="tdlabel">Status:</span>
474
                                                        [% IF ( suggestion.STATUS == 'ASKED' ) %]<span>Requested</span>
470
                                                        [% IF ( suggestion.STATUS == 'ASKED' ) %]<span>Requested</span>
475
                                                        [% ELSIF ( suggestion.STATUS == 'CHECKED' ) %]<span>Checked by the library</span>
471
                                                        [% ELSIF ( suggestion.STATUS == 'CHECKED' ) %]<span>Checked by the library</span>
476
                                                        [% ELSIF ( suggestion.STATUS == 'ACCEPTED' ) %]<span>Accepted by the library</span>
472
                                                        [% ELSIF ( suggestion.STATUS == 'ACCEPTED' ) %]<span>Accepted by the library</span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-3 lines)
Lines 163-169 Link Here
163
                                                        <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 %]"/>
163
                                                        <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 %]"/>
164
                                                    </td>
164
                                                    </td>
165
                                                    <td class="tagterm">
165
                                                    <td class="tagterm">
166
                                                        <span class="tdlabel">Tag:</span>
167
                                                        [% IF MY_TAG.approved == 1 %]
166
                                                        [% IF MY_TAG.approved == 1 %]
168
                                                            <a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |uri %]&amp;q=[% MY_TAG.term |uri %]">[% MY_TAG.term | html %]</a>
167
                                                            <a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |uri %]&amp;q=[% MY_TAG.term |uri %]">[% MY_TAG.term | html %]</a>
169
                                                        [% ELSE %]
168
                                                        [% ELSE %]
Lines 174-180 Link Here
174
                                                        [% IF ( MY_TAG.XSLTBloc ) %]
173
                                                        [% IF ( MY_TAG.XSLTBloc ) %]
175
                                                            [% MY_TAG.XSLTBloc | $raw %]
174
                                                            [% MY_TAG.XSLTBloc | $raw %]
176
                                                        [% ELSE %]
175
                                                        [% ELSE %]
177
                                                            <span class="tdlabel">Title:</span>
178
                                                            [% INCLUDE 'biblio-title.inc' biblio=MY_TAG link=> 1 %]
176
                                                            [% INCLUDE 'biblio-title.inc' biblio=MY_TAG link=> 1 %]
179
                                                            [% IF ( MY_TAG.author ) %]
177
                                                            [% IF ( MY_TAG.author ) %]
180
                                                                by [% MY_TAG.author | html %]
178
                                                                by [% MY_TAG.author | html %]
Lines 184-190 Link Here
184
                                                        [% INCLUDE 'title-actions-menu.inc' items=MY_TAG %]
182
                                                        [% INCLUDE 'title-actions-menu.inc' items=MY_TAG %]
185
                                                    </td>
183
                                                    </td>
186
                                                    <td data-order="[% MY_TAG.date_created | html %]">
184
                                                    <td data-order="[% MY_TAG.date_created | html %]">
187
                                                        <span class="tdlabel">Date added:</span>
188
                                                        [% MY_TAG.date_created | $KohaDates %]
185
                                                        [% MY_TAG.date_created | $KohaDates %]
189
                                                    </td>
186
                                                    </td>
190
                                                    <td>
187
                                                    <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
                                                    [% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %]
427
                                                    [% IF ( Koha.Preference('BiblioItemtypeInfo') || !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 class="itemtype-image" src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
430
                                                                <img class="itemtype-image" 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 784-799 Link Here
784
                                                    [% END %]
778
                                                    [% END %]
785
                                                    [% IF ( show_barcode ) %]
779
                                                    [% IF ( show_barcode ) %]
786
                                                        <td>
780
                                                        <td>
787
                                                            <span class="tdlabel">Barcode:</span>
788
                                                            [% OVERDUE.barcode | html %]
781
                                                            [% OVERDUE.barcode | html %]
789
                                                        </td>
782
                                                        </td>
790
                                                    [% END %]
783
                                                    [% END %]
791
                                                    <td>
784
                                                    <td>
792
                                                        <span class="tdlabel">Call number:</span>
793
                                                        [% OVERDUE.itemcallnumber | html %]
785
                                                        [% OVERDUE.itemcallnumber | html %]
794
                                                    </td>
786
                                                    </td>
795
                                                    <td data-order="[% OVERDUE.date_due | html %]">
787
                                                    <td data-order="[% OVERDUE.date_due | html %]">
796
                                                        <span class="tdlabel">Date due:</span>
797
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
788
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
798
                                                    </td>
789
                                                    </td>
799
                                                    [% IF ( OpacRenewalAllowed ) %]
790
                                                    [% IF ( OpacRenewalAllowed ) %]
Lines 821-827 Link Here
821
                                                    [% END %]
812
                                                    [% END %]
822
                                                    [% IF ( OPACFinesTab ) %]
813
                                                    [% IF ( OPACFinesTab ) %]
823
                                                        <td>
814
                                                        <td>
824
                                                            <span class="tdlabel">Fines:</span>
825
                                                            [% IF ( OVERDUE.charges ) %]
815
                                                            [% IF ( OVERDUE.charges ) %]
826
                                                                <span>Yes</span>
816
                                                                <span>Yes</span>
827
                                                            [% ELSE %]
817
                                                            [% ELSE %]
Lines 867-895 Link Here
867
                                                </td>
857
                                                </td>
868
                                                <td class="recalldate" data-order="[% RECALL.created_date | html %]">
858
                                                <td class="recalldate" data-order="[% RECALL.created_date | html %]">
869
                                                    <span title="[% RECALL.created_date | html %]">
859
                                                    <span title="[% RECALL.created_date | html %]">
870
                                                        <span class="tdlabel">Recall date:</span>
871
                                                        [% RECALL.created_date | $KohaDates %]
860
                                                        [% RECALL.created_date | $KohaDates %]
872
                                                    </span>
861
                                                    </span>
873
                                                </td>
862
                                                </td>
874
                                                <td class="expirationdate" data-order="[% RECALL.expiration_date | html %]">
863
                                                <td class="expirationdate" data-order="[% RECALL.expiration_date | html %]">
875
                                                    [% IF ( RECALL.expiration_date ) %]
864
                                                    [% IF ( RECALL.expiration_date ) %]
876
                                                        <span title="[% RECALL.expiration_date | html %]">
865
                                                        <span title="[% RECALL.expiration_date | html %]">
877
                                                            <span class="tdlabel">Expiration:</span>
878
                                                            [% RECALL.expiration_date | $KohaDates %]
866
                                                            [% RECALL.expiration_date | $KohaDates %]
879
                                                        </span>
867
                                                        </span>
880
                                                    [% ELSE %]
868
                                                    [% ELSE %]
881
                                                        <span title="0000-00-00">
869
                                                        <span title="0000-00-00">
882
                                                            <span class="tdlabel">Expiration:</span>
883
                                                            Never expires
870
                                                            Never expires
884
                                                        </span>
871
                                                        </span>
885
                                                    [% END %]
872
                                                    [% END %]
886
                                                </td>
873
                                                </td>
887
                                                <td class="branch">
874
                                                <td class="branch">
888
                                                    <span class="tdlabel">Pick up location:</span>
889
                                                    [% RECALL.library.branchname | html %]
875
                                                    [% RECALL.library.branchname | html %]
890
                                                </td>
876
                                                </td>
891
                                                <td class="status">
877
                                                <td class="status">
892
                                                    <span class="tdlabel">Status:</span>
893
                                                    [% IF ( RECALL.requested ) %]
878
                                                    [% IF ( RECALL.requested ) %]
894
                                                        <span>Requested</span>
879
                                                        <span>Requested</span>
895
                                                    [% ELSIF ( RECALL.overdue ) %]
880
                                                    [% ELSIF ( RECALL.overdue ) %]
896
- 

Return to bug 35808