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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-1 / +5 lines)
Lines 4688-4694 div .suggestion_note { Link Here
4688
4688
4689
    .result_item_details {
4689
    .result_item_details {
4690
        display:inline-block;
4690
        display:inline-block;
4691
        white-space:nowrap
4691
        white-space:nowrap;
4692
4693
        &::before {
4694
            content: "\2022";
4695
        }
4692
    }
4696
    }
4693
4697
4694
    .item-date-due {
4698
    .item-date-due {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 lines)
Lines 613-619 Link Here
613
                                                                            <span class="shelvingloc">[% items_loo.location | html %]</span>
613
                                                                            <span class="shelvingloc">[% items_loo.location | html %]</span>
614
                                                                        [% END %]
614
                                                                        [% END %]
615
615
616
                                                                            &bull;
617
                                                                            [% IF ( items_loo.itemcallnumber ) %]
616
                                                                            [% IF ( items_loo.itemcallnumber ) %]
618
                                                                                <a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% items_loo.itemcallnumber |uri %]%22">[% items_loo.itemcallnumber | html %]</a>
617
                                                                                <a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&amp;q=%22[% items_loo.itemcallnumber |uri %]%22">[% items_loo.itemcallnumber | html %]</a>
619
                                                                            [% END %]
618
                                                                            [% END %]
620
- 

Return to bug 31439