Lines 51-57
$(document).ready(function() {
Link Here
|
51 |
{ "aTargets": [ -1,-2 ], "bSortable": false, "bSearchable": false } |
51 |
{ "aTargets": [ -1,-2 ], "bSortable": false, "bSearchable": false } |
52 |
], |
52 |
], |
53 |
"aoColumns": [ |
53 |
"aoColumns": [ |
54 |
{ "sType": "title-string" },null,null,null,null,null,null |
54 |
{ "sType": "title-string" },null,null,null,null,null,null,null |
55 |
], |
55 |
], |
56 |
"bPaginate": false |
56 |
"bPaginate": false |
57 |
})); |
57 |
})); |
Lines 116-122
if (nodename =="barcodes[]"){
Link Here
|
116 |
var Node=me.parentNode.previousSibling; |
116 |
var Node=me.parentNode.previousSibling; |
117 |
while (Node.nodeName!="TD"){Node=Node.previousSibling} |
117 |
while (Node.nodeName!="TD"){Node=Node.previousSibling} |
118 |
var Nodes=Node.childNodes; |
118 |
var Nodes=Node.childNodes; |
119 |
for (var i=0;i<Nodes.length;i++){ |
119 |
for (var i=0;i < Nodes.length;i++){ |
120 |
if (Nodes[i].nodeName=="INPUT" && Nodes[i].getAttribute("type")=="checkbox"){ |
120 |
if (Nodes[i].nodeName=="INPUT" && Nodes[i].getAttribute("type")=="checkbox"){ |
121 |
Nodes[i].checked=false; |
121 |
Nodes[i].checked=false; |
122 |
} |
122 |
} |
Lines 624-629
function validate1(date) {
Link Here
|
624 |
<th>Title</th> |
624 |
<th>Title</th> |
625 |
<th>Call number</th> |
625 |
<th>Call number</th> |
626 |
<th>Barcode</th> |
626 |
<th>Barcode</th> |
|
|
627 |
<th>Expiration</th> |
627 |
<th>Priority</th> |
628 |
<th>Priority</th> |
628 |
<th>Delete?</th> |
629 |
<th>Delete?</th> |
629 |
<th> </th> |
630 |
<th> </th> |
Lines 650-655
function validate1(date) {
Link Here
|
650 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% reservloo.biblionumber %]">[% reservloo.barcodereserv %]</a> |
651 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% reservloo.biblionumber %]">[% reservloo.barcodereserv %]</a> |
651 |
[% END %] |
652 |
[% END %] |
652 |
</td> |
653 |
</td> |
|
|
654 |
<td>[% reservloo.expirationdate | $KohaDates %]</td> |
653 |
<td>[% IF ( reservloo.waitingposition ) %]<strong>[% reservloo.waitingposition %]</strong>[% END %]</td> |
655 |
<td>[% IF ( reservloo.waitingposition ) %]<strong>[% reservloo.waitingposition %]</strong>[% END %]</td> |
654 |
<td><select name="rank-request"> |
656 |
<td><select name="rank-request"> |
655 |
<option value="n">No</option> |
657 |
<option value="n">No</option> |