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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc (-45 / +95 lines)
Lines 3-70 Link Here
3
<div id="navmenu">
3
<div id="navmenu">
4
    <div id="navmenulist">
4
    <div id="navmenulist">
5
5
6
        <ul>
7
            <li><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation home</a></li>
8
        </ul>
9
10
        <h5>Circulation</h5>
6
        <h5>Circulation</h5>
11
        <ul>
7
        <ul>
12
            <li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li>
8
            <li>
13
            <li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li>
9
                <a href="/cgi-bin/koha/circ/circulation.pl">Check out</a>
14
            <li><a href="/cgi-bin/koha/circ/renew.pl">Renew</a></li>
10
            </li>
15
            [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
11
            <li>
16
                <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li>
12
                <a href="/cgi-bin/koha/circ/returns.pl">Check in</a>
17
            [% END %]
13
            </li>
18
            [% IF !( Koha.Preference('IndependentBranches') && !CAN_user_superlibrarian && !CAN_user_editcatalogue_edit_catalogue ) %]
14
            <li>
15
                <a href="/cgi-bin/koha/circ/renew.pl">Renew</a>
16
            </li>
17
            [% UNLESS IndependentBranches %]
18
            <li>
19
                [% IF Koha.Preference('UseCirculationDesks') %]
19
                [% IF Koha.Preference('UseCirculationDesks') %]
20
                <li><a href="/cgi-bin/koha/circ/set-library.pl">Set library and desk</a></li>
20
                <a href="/cgi-bin/koha/circ/set-library.pl"> Set library and desk</a>
21
                [% ELSE %]
21
                [% ELSE %]
22
                <li><a href="/cgi-bin/koha/circ/set-library.pl">Set library</a></li>
22
                <a href="/cgi-bin/koha/circ/set-library.pl"> Set library</a>
23
                [% END %]
23
                [% END %]
24
            [% ELSIF Koha.Preference('UseCirculationDesks') %]
24
            </li>
25
                <li><a href="/cgi-bin/koha/circ/set-library.pl">Set desk</a></li>
25
            [% END %]
26
            [% IF ( fast_cataloging && CAN_user_editcatalogue_fast_cataloging ) %]
27
            <li>
28
                <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"> Fast cataloging</a>
29
            </li>
30
            [% END %]
31
            [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
32
            <li>
33
                <a href="/cgi-bin/koha/circ/checkout-notes.pl"> Checkout notes</a>
34
            </li>
35
            [% END %]
36
            [% IF Koha.Preference('OnSiteCheckouts') %]
37
            <li>
38
                <a href="/cgi-bin/koha/circ/on-site_checkouts.pl"> Pending on-site checkouts</a>
39
            </li>
26
            [% END %]
40
            [% END %]
27
            [% IF ( fast_cataloging ) %][% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
41
        </ul>
28
                <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA">Fast cataloging</a></li>
42
29
            [% END %][% END %]
43
        <h5>Holds</h5>
30
            [% IF Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes %]
44
        <ul>
31
                <li><a href="/cgi-bin/koha/circ/checkout-notes.pl">Checkout notes</a> [% IF pending_checkout_notes.count %]<span class="number_box"><a href="/cgi-bin/koha/circ/checkout-notes.pl">[% pending_checkout_notes.count | html %]</a></span>[% END %]</li>
45
            <li>
46
                <a  href="/cgi-bin/koha/circ/view_holdsqueue.pl"> Holds queue</a>
47
            </li>
48
            <li>
49
                <a href="/cgi-bin/koha/circ/pendingreserves.pl"> Holds to pull</a>
50
            </li>
51
            <li>
52
                <a  href="/cgi-bin/koha/circ/waitingreserves.pl"> Holds awaiting pickup</a>
53
            </li>
54
            [% IF ( Koha.Preference('CurbsidePickup') && CAN_user_circulate_manage_curbside_pickups ) %]
55
            <li>
56
                <a  href="/cgi-bin/koha/circ/curbside_pickups.pl"> Curbside pickups</a>
57
            </li>
32
            [% END %]
58
            [% END %]
59
            <li>
60
                <a - href="/cgi-bin/koha/circ/reserveratios.pl"> Hold ratios</a>
61
            </li>
33
        </ul>
62
        </ul>
34
63
64
        [% IF Koha.Preference('UseRecalls') and CAN_user_recalls %]
65
        <h5>Recalls</h5>
66
        <ul>
67
            <li>
68
                <a href="/cgi-bin/koha/recalls/recalls_queue.pl" title="All active recalls"> Recalls queue</a>
69
            </li>
70
            <li>
71
                <a href="/cgi-bin/koha/recalls/recalls_to_pull.pl" title="Recalls that could be filled but have not been set waiting"> Recalls to pull</a>
72
            </li>
73
            <li>
74
                <a href="/cgi-bin/koha/recalls/recalls_overdue.pl" title="Recalled items that are overdue to be returned"> Overdue recalls</a>
75
            </li>
76
            <li>
77
                <a href="/cgi-bin/koha/recalls/recalls_waiting.pl" title="Recalled items awaiting pickup"> Recalls awaiting pickup</a>
78
            </li>
79
            <li>
80
                <a href="/cgi-bin/koha/recalls/recalls_old_queue.pl" title="Inactive recalls"> Old recalls</a>
81
            </li>
82
        </ul>
83
        [% END %]
84
35
        [% IF Koha.Preference('ArticleRequests') %]
85
        [% IF Koha.Preference('ArticleRequests') %]
36
        <h5>Patron request</h5>
86
        <h5>Patron request</h5>
37
        <ul>
87
        <ul>
38
            <li><a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a></li>
88
            <li>
89
                <a href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"> Article requests</a>
90
            </li>
39
        </ul>
91
        </ul>
40
        [% END %]
92
        [% END %]
41
93
42
        <h5>Circulation reports</h5>
94
        <h5>Transfers</h5>
43
        <ul>
95
        <ul>
44
            <li><a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a></li>
96
        [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
45
            <li><a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a></li>
97
            <li>
46
            <li><a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a></li>
98
                <a href="/cgi-bin/koha/circ/branchtransfers.pl"> Transfer</a>
47
            [% IF ( Koha.Preference('CurbsidePickup') && CAN_user_circulate_manage_curbside_pickups ) %]
99
            </li>
48
                <li><a href="/cgi-bin/koha/circ/curbside_pickups.pl">Curbside pickups</a></li>
100
        [% END %]
49
            [% END %]
101
             <li>
50
            <li><a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li>
102
                <a href="/cgi-bin/koha/circ/transfers_to_send.pl"> Transfers to send</a>
51
            <li><a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a></li>
103
            </li>
52
            [% IF ( CAN_user_circulate_overdues_report ) %]
104
            <li>
53
                <li><a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a></li>
105
                <a href="/cgi-bin/koha/circ/transferstoreceive.pl"> Transfers to receive</a>
54
            [% END %]
106
            </li>
55
            <li><a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a></li>
107
        </ul>
56
            [% IF Koha.Preference('OnSiteCheckouts') %]
57
                <li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a></li>
58
            [% END %]
59
108
60
            [% IF Koha.Preference('UseRecalls') and CAN_user_recalls %]
109
        <h5>Overdues</h5>
61
                <li><a href="/cgi-bin/koha/recalls/recalls_queue.pl" title="All active recalls">Recalls queue</a></li>
110
        <ul>
62
                <li><a href="/cgi-bin/koha/recalls/recalls_to_pull.pl" title="Recalls that could be filled but have not been set waiting">Recalls to pull</a></li>
111
            [% IF ( CAN_user_circulate_overdues_report ) %]
63
                <li><a href="/cgi-bin/koha/recalls/recalls_overdue.pl" title="Recalled items that are overdue to be returned">Overdue recalls</a></li>
112
            <li>
64
                <li><a href="/cgi-bin/koha/recalls/recalls_waiting.pl" title="Recalled items awaiting pickup">Recalls awaiting pickup</a></li>
113
                <a href="/cgi-bin/koha/circ/overdue.pl" title="Warning: This report is very resource intensive on systems with large numbers of overdue items."> Overdues</a>
65
                <li><a href="/cgi-bin/koha/recalls/recalls_old_queue.pl" title="Inactive recalls">Old recalls</a></li>
114
            </li>
66
            [% END %]
115
            [% END %]
116
            <li>
117
                <a href="/cgi-bin/koha/circ/branchoverdues.pl" title="Limited to your library.  See report help for other details."> Overdues with fines</a>
118
             </li>
67
        </ul>
119
        </ul>
68
69
    </div>
120
    </div>
70
</div>
121
</div>
71
- 

Return to bug 31404