Lines 78-84
Link Here
|
78 |
</div> |
78 |
</div> |
79 |
|
79 |
|
80 |
<div class="col-12 col-sm-4"> |
80 |
<div class="col-12 col-sm-4"> |
81 |
<h3>Holds and bookings</h3> |
81 |
<h3>Holds [% IF Koha.Preference('EnableBooking') %] and bookings [% END %]</h3> |
82 |
|
82 |
|
83 |
<ul class="buttons-list"> |
83 |
<ul class="buttons-list"> |
84 |
<li> |
84 |
<li> |
Lines 98-106
Link Here
|
98 |
<li> |
98 |
<li> |
99 |
<a class="circ-button" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa-solid fa-chart-line"></i> Hold ratios</a> |
99 |
<a class="circ-button" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa-solid fa-chart-line"></i> Hold ratios</a> |
100 |
</li> |
100 |
</li> |
|
|
101 |
[% IF Koha.Preference('EnableBooking') %] |
101 |
<li> |
102 |
<li> |
102 |
<a class="circ-button" href="/cgi-bin/koha/circ/pendingbookings.pl"><i class="fa-solid fa-calendar-days"></i> Bookings to collect</a> |
103 |
<a class="circ-button" href="/cgi-bin/koha/circ/pendingbookings.pl"><i class="fa-solid fa-calendar-days"></i> Bookings to collect</a> |
103 |
</li> |
104 |
</li> |
|
|
105 |
[% END %] |
104 |
</ul> |
106 |
</ul> |
105 |
|
107 |
|
106 |
[% IF Koha.Preference('UseRecalls') and CAN_user_recalls %] |
108 |
[% IF Koha.Preference('UseRecalls') and CAN_user_recalls %] |
107 |
- |
|
|