Lines 18-33
Link Here
|
18 |
|
18 |
|
19 |
<div class="yui-u first"> |
19 |
<div class="yui-u first"> |
20 |
<ul> |
20 |
<ul> |
21 |
<li><a href="/cgi-bin/koha/circ/circulation.pl">Check out</a></li> |
21 |
<li><a href="/cgi-bin/koha/circ/circulation.pl" title="check out an item to a patron">Check out</a></li> |
22 |
<li><a href="/cgi-bin/koha/circ/returns.pl">Check in</a></li> |
22 |
<li><a href="/cgi-bin/koha/circ/returns.pl" title="check in an item">Check in</a></li> |
23 |
<li><a href="/cgi-bin/koha/circ/renew.pl">Renew</a></li> |
23 |
<li><a href="/cgi-bin/koha/circ/renew.pl" title="renew an item">Renew</a></li> |
24 |
[% IF ( display_transfer ) %] |
24 |
[% IF ( display_transfer ) %] |
25 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li> |
25 |
<li><a href="/cgi-bin/koha/circ/branchtransfers.pl" title="transfer an item to another library">Transfer</a></li> |
26 |
[% END %] |
26 |
[% END %] |
27 |
[% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependentBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %][% END %] |
27 |
[% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependentBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl" title="set library">Set library</a></li>[% END %][% END %] |
28 |
[% IF ( fast_cataloging ) %] |
28 |
[% IF ( fast_cataloging ) %] |
29 |
[% IF ( CAN_user_editcatalogue_fast_cataloging ) %] |
29 |
[% IF ( CAN_user_editcatalogue_fast_cataloging ) %] |
30 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA">Fast cataloging</a></li> |
30 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA" title="fast cataloging">Fast cataloging</a></li> |
31 |
[% END %] |
31 |
[% END %] |
32 |
[% END %] |
32 |
[% END %] |
33 |
</ul> |
33 |
</ul> |
Lines 40-51
Link Here
|
40 |
<li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl" title="holds queue">Holds queue</a></li> |
40 |
<li> <a href="/cgi-bin/koha/circ/view_holdsqueue.pl" title="holds queue">Holds queue</a></li> |
41 |
<li> <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve off the shelf">Holds to pull</a></li> |
41 |
<li> <a href="/cgi-bin/koha/circ/pendingreserves.pl" title="holds to retrieve off the shelf">Holds to pull</a></li> |
42 |
<li> <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li> |
42 |
<li> <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="holds waiting for patron pickup">Holds awaiting pickup</a></li> |
43 |
<li> <a href="/cgi-bin/koha/circ/reserveratios.pl">Hold ratios</a></li> |
43 |
<li> <a href="/cgi-bin/koha/circ/reserveratios.pl" title="hold ratios">Hold ratios</a></li> |
44 |
<li> <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a></li> |
44 |
<li> <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a></li> |
45 |
[% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a> |
45 |
[% IF ( CAN_user_circulate_overdues_report ) %]<li> <a href="/cgi-bin/koha/circ/overdue.pl" title="overdues">Overdues</a> |
46 |
- <b>Warning:</b> This report is very resource intensive on |
46 |
- <b>Warning:</b> This report is very resource intensive on |
47 |
systems with large numbers of overdue items.</li>[% END %] |
47 |
systems with large numbers of overdue items.</li>[% END %] |
48 |
<li> <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues with fines</a> - Limited to your library. See report help for other details.</li> |
48 |
<li> <a href="/cgi-bin/koha/circ/branchoverdues.pl" title="overdues with fines for your library">Overdues with fines</a> - Limited to your library. See report help for other details.</li> |
49 |
[% IF Koha.Preference('OnSiteCheckouts') %] |
49 |
[% IF Koha.Preference('OnSiteCheckouts') %] |
50 |
<li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a></li> |
50 |
<li><a href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a></li> |
51 |
[% END %] |
51 |
[% END %] |
Lines 58-70
Link Here
|
58 |
<h5>Offline circulation</h5> |
58 |
<h5>Offline circulation</h5> |
59 |
<ul> |
59 |
<ul> |
60 |
[% IF (AllowOfflineCirculation) %] |
60 |
[% IF (AllowOfflineCirculation) %] |
61 |
<li><a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a></li> |
61 |
<li><a href="/cgi-bin/koha/circ/offline.pl" title="offline circulation interface">Built-in offline circulation interface</a></li> |
62 |
[% END %] |
62 |
[% END %] |
63 |
<li><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></li> |
63 |
<li><a href="/cgi-bin/koha/offline_circ/process_koc.pl" title="upload offline circulation file">Upload offline circulation file (.koc)</a></li> |
64 |
<li><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a> |
64 |
<li><a href="/cgi-bin/koha/offline_circ/list.pl" title="pending offline circulation actions">Pending offline circulation actions</a> |
65 |
<ul> |
65 |
<ul> |
66 |
<li><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases">Get desktop application</a></li> |
66 |
<li><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases" title="get desktop application">Get desktop application</a></li> |
67 |
<li><a href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Get Firefox add-on</a></li> |
67 |
<li><a href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/" title="get firefox add-on">Get Firefox add-on</a></li> |
68 |
</ul> |
68 |
</ul> |
69 |
</ul> |
69 |
</ul> |
70 |
</div> |
70 |
</div> |
71 |
- |
|
|