|
Lines 175-181
$(document).ready(function() {
Link Here
|
| 175 |
</tbody> |
175 |
</tbody> |
| 176 |
</table> |
176 |
</table> |
| 177 |
[% UNLESS ( borrowers_loop ) %] |
177 |
[% UNLESS ( borrowers_loop ) %] |
| 178 |
<p id="noborrowersp">There is no borrowers in this routing list.</p> |
178 |
<p id="noborrowersp">There are no borrowers in this routing list.</p> |
| 179 |
[% END %] |
179 |
[% END %] |
| 180 |
<form action="/cgi-bin/koha/serials/routinglist.pl" method="post"> |
180 |
<form action="/cgi-bin/koha/serials/routinglist.pl" method="post"> |
| 181 |
<input type="hidden" id="borrowersids" name="borrowersids" value="[% borrowersids %]" /> |
181 |
<input type="hidden" id="borrowersids" name="borrowersids" value="[% borrowersids %]" /> |
| 182 |
- |
|
|