Bug 21350: Added icon to Pending on-site checkouts and moved
When pending on-site checkouts is enabled, it will display checkout items that are being used in the library test plan: 1. Go to Koha administration 2. Search for "onSiteChekouts" 3. Enable "onSitecheckout" 4. Save all Circulation preferences 5. Go back to home page and click "Circulations" 6. Please confirm there is an icon and the link is below Fast cataloging Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Amended patch: replace tabs with 4 spaces Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
647422883d
commit
3ef81d9969
1 changed files with 5 additions and 5 deletions
|
@ -45,6 +45,11 @@
|
||||||
<a class="circ-button" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note"></i> Checkout notes</a>
|
<a class="circ-button" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note"></i> Checkout notes</a>
|
||||||
</li>
|
</li>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
[% IF Koha.Preference('OnSiteCheckouts') %]
|
||||||
|
<li>
|
||||||
|
<a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl"><i class="fa fa-map-marker"></i> Pending on-site checkouts</a>
|
||||||
|
</li>
|
||||||
|
[% END %]
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -110,11 +115,6 @@
|
||||||
title="Limited to your library. See report help for other details."
|
title="Limited to your library. See report help for other details."
|
||||||
><i class="fa fa-clock-o"></i> Overdues with fines</a>
|
><i class="fa fa-clock-o"></i> Overdues with fines</a>
|
||||||
</li>
|
</li>
|
||||||
[% IF Koha.Preference('OnSiteCheckouts') %]
|
|
||||||
<li>
|
|
||||||
<a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl">Pending on-site checkouts</a>
|
|
||||||
</li>
|
|
||||||
[% END %]
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue