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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc (-21 / +20 lines)
Lines 17-25 Link Here
17
            [% UNLESS IndependentBranches %]
17
            [% UNLESS IndependentBranches %]
18
            <li>
18
            <li>
19
                [% IF Koha.Preference('UseCirculationDesks') %]
19
                [% IF Koha.Preference('UseCirculationDesks') %]
20
                <a href="/cgi-bin/koha/circ/set-library.pl"> Set library and desk</a>
20
                <a href="/cgi-bin/koha/circ/set-library.pl">Set library and desk</a>
21
                [% ELSE %]
21
                [% ELSE %]
22
                <a href="/cgi-bin/koha/circ/set-library.pl"> Set library</a>
22
                <a href="/cgi-bin/koha/circ/set-library.pl">Set library</a>
23
                [% END %]
23
                [% END %]
24
            </li>
24
            </li>
25
            [% END %]
25
            [% END %]
Lines 30-41 Link Here
30
            [% END %]
30
            [% END %]
31
            [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
31
            [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
32
            <li>
32
            <li>
33
                <a href="/cgi-bin/koha/circ/checkout-notes.pl"> Checkout notes</a>
33
                <a href="/cgi-bin/koha/circ/checkout-notes.pl">Checkout notes</a>
34
            </li>
34
            </li>
35
            [% END %]
35
            [% END %]
36
            [% IF Koha.Preference('OnSiteCheckouts') %]
36
            [% IF Koha.Preference('OnSiteCheckouts') %]
37
            <li>
37
            <li>
38
                <a href="/cgi-bin/koha/circ/on-site_checkouts.pl"> Pending on-site checkouts</a>
38
                <a href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a>
39
            </li>
39
            </li>
40
            [% END %]
40
            [% END %]
41
        </ul>
41
        </ul>
Lines 43-63 Link Here
43
        <h5>Holds</h5>
43
        <h5>Holds</h5>
44
        <ul>
44
        <ul>
45
            <li>
45
            <li>
46
                <a  href="/cgi-bin/koha/circ/view_holdsqueue.pl"> Holds queue</a>
46
                <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a>
47
            </li>
47
            </li>
48
            <li>
48
            <li>
49
                <a href="/cgi-bin/koha/circ/pendingreserves.pl"> Holds to pull</a>
49
                <a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a>
50
            </li>
50
            </li>
51
            <li>
51
            <li>
52
                <a  href="/cgi-bin/koha/circ/waitingreserves.pl"> Holds awaiting pickup</a>
52
                <a href="/cgi-bin/koha/circ/waitingreserves.pl">Holds awaiting pickup</a>
53
            </li>
53
            </li>
54
            [% IF ( Koha.Preference('CurbsidePickup') && CAN_user_circulate_manage_curbside_pickups ) %]
54
            [% IF ( Koha.Preference('CurbsidePickup') && CAN_user_circulate_manage_curbside_pickups ) %]
55
            <li>
55
            <li>
56
                <a  href="/cgi-bin/koha/circ/curbside_pickups.pl"> Curbside pickups</a>
56
                <a href="/cgi-bin/koha/circ/curbside_pickups.pl">Curbside pickups</a>
57
            </li>
57
            </li>
58
            [% END %]
58
            [% END %]
59
            <li>
59
            <li>
60
                <a - href="/cgi-bin/koha/circ/reserveratios.pl"> Hold ratios</a>
60
                <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a>
61
            </li>
61
            </li>
62
        </ul>
62
        </ul>
63
63
Lines 65-83 Link Here
65
        <h5>Recalls</h5>
65
        <h5>Recalls</h5>
66
        <ul>
66
        <ul>
67
            <li>
67
            <li>
68
                <a href="/cgi-bin/koha/recalls/recalls_queue.pl" title="All active recalls"> Recalls queue</a>
68
                <a href="/cgi-bin/koha/recalls/recalls_queue.pl" title="All active recalls">Recalls queue</a>
69
            </li>
69
            </li>
70
            <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>
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>
72
            </li>
73
            <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>
74
                <a href="/cgi-bin/koha/recalls/recalls_overdue.pl" title="Recalled items that are overdue to be returned">Overdue recalls</a>
75
            </li>
75
            </li>
76
            <li>
76
            <li>
77
                <a href="/cgi-bin/koha/recalls/recalls_waiting.pl" title="Recalled items awaiting pickup"> Recalls awaiting pickup</a>
77
                <a href="/cgi-bin/koha/recalls/recalls_waiting.pl" title="Recalled items awaiting pickup">Recalls awaiting pickup</a>
78
            </li>
78
            </li>
79
            <li>
79
            <li>
80
                <a href="/cgi-bin/koha/recalls/recalls_old_queue.pl" title="Inactive recalls"> Old recalls</a>
80
                <a href="/cgi-bin/koha/recalls/recalls_old_queue.pl" title="Inactive recalls">Old recalls</a>
81
            </li>
81
            </li>
82
        </ul>
82
        </ul>
83
        [% END %]
83
        [% END %]
Lines 86-92 Link Here
86
        <h5>Patron request</h5>
86
        <h5>Patron request</h5>
87
        <ul>
87
        <ul>
88
            <li>
88
            <li>
89
                <a href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"> Article requests</a>
89
                <a href="/cgi-bin/koha/circ/article-requests.pl">Article requests</a>
90
            </li>
90
            </li>
91
        </ul>
91
        </ul>
92
        [% END %]
92
        [% END %]
Lines 95-108 Link Here
95
        <ul>
95
        <ul>
96
        [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
96
        [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
97
            <li>
97
            <li>
98
                <a href="/cgi-bin/koha/circ/branchtransfers.pl"> Transfer</a>
98
                <a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a>
99
            </li>
99
            </li>
100
        [% END %]
100
        [% END %]
101
             <li>
101
             <li>
102
                <a href="/cgi-bin/koha/circ/transfers_to_send.pl"> Transfers to send</a>
102
                <a href="/cgi-bin/koha/circ/transfers_to_send.pl">Transfers to send</a>
103
            </li>
103
            </li>
104
            <li>
104
            <li>
105
                <a href="/cgi-bin/koha/circ/transferstoreceive.pl"> Transfers to receive</a>
105
                <a href="/cgi-bin/koha/circ/transferstoreceive.pl">Transfers to receive</a>
106
            </li>
106
            </li>
107
        </ul>
107
        </ul>
108
108
Lines 110-120 Link Here
110
        <ul>
110
        <ul>
111
            [% IF ( CAN_user_circulate_overdues_report ) %]
111
            [% IF ( CAN_user_circulate_overdues_report ) %]
112
            <li>
112
            <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>
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>
114
            </li>
114
            </li>
115
            [% END %]
115
            [% END %]
116
            <li>
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>
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>
118
             </li>
119
        </ul>
119
        </ul>
120
    </div>
120
    </div>
121
- 

Return to bug 31404