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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-4 / +5 lines)
Lines 14-20 Link Here
14
[% ELSE %]
14
[% ELSE %]
15
<link rel="shortcut icon" href="[% interface | html %]/[% theme | html %]/images/favicon.ico" type="image/x-icon" />
15
<link rel="shortcut icon" href="[% interface | html %]/[% theme | html %]/images/favicon.ico" type="image/x-icon" />
16
[% END %]
16
[% END %]
17
[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %]
17
[% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %]
18
[% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %]
19
[% Asset.css("lib/fontawesome/css/solid.min.css") | $raw %]
18
[% IF ( bidi ) %]
20
[% IF ( bidi ) %]
19
    [% Asset.css("css/sco-rtl.css") | $raw %]
21
    [% Asset.css("css/sco-rtl.css") | $raw %]
20
[% ELSE %]
22
[% ELSE %]
Lines 294-300 Link Here
294
                        <li class="nav-item" role="presentation">
296
                        <li class="nav-item" role="presentation">
295
                            <a class="nav-link" href="#holds-tab" id="holds" aria-controls="home" aria-selected="false" data-toggle="tab">
297
                            <a class="nav-link" href="#holds-tab" id="holds" aria-controls="home" aria-selected="false" data-toggle="tab">
296
                                [% IF waiting_holds_count %]
298
                                [% IF waiting_holds_count %]
297
                                    <i class="fa fa-exclamation" aria-hidden="true"></i>
299
                                    <i class="fa fa-exclamation-circle" aria-hidden="true"></i>
298
                                [% END %]
300
                                [% END %]
299
                                Holds ([% HOLDS.count | html %])
301
                                Holds ([% HOLDS.count | html %])
300
                            </a>
302
                            </a>
Lines 409-415 Link Here
409
                                        </tbody>
411
                                        </tbody>
410
                                    </table>
412
                                    </table>
411
                                    [% ELSE %]
413
                                    [% ELSE %]
412
                                        <a href="?load_checkouts=1">Load your checkouts</a>
414
                                        <a class="btn btn-secondary" href="?load_checkouts=1#scan_form"><i class="fa fa-book" aria-hidden="true"></i> Show your checkouts</a>
413
                                    [% END # / IF ( Koha.preference('SCOLoadCheckoutsByDefault') || load_checkouts ) %]
415
                                    [% END # / IF ( Koha.preference('SCOLoadCheckoutsByDefault') || load_checkouts ) %]
414
                                [% ELSE %]
416
                                [% ELSE %]
415
                                    <h3>You currently have nothing checked out.</h3>
417
                                    <h3>You currently have nothing checked out.</h3>
416
- 

Return to bug 34557