Lines 7-12
Link Here
|
7 |
[% INCLUDE 'header.inc' %] |
7 |
[% INCLUDE 'header.inc' %] |
8 |
[% INCLUDE 'cat-search.inc' %] |
8 |
[% INCLUDE 'cat-search.inc' %] |
9 |
|
9 |
|
|
|
10 |
<script type="text/javascript" src="[% ( themelang ) %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> |
11 |
<script type="text/javascript">//<![CDATA[ |
12 |
$(document).ready(function() { |
13 |
$("#holdst").tablesorter({ |
14 |
sortList: [[6,0]], |
15 |
}); |
16 |
}); |
17 |
//]]> |
18 |
</script> |
19 |
|
10 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> |
20 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> |
11 |
› <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
21 |
› <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
12 |
› <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds Queue</a> |
22 |
› <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds Queue</a> |
13 |
- |
|
|