Lines 97-103
if (nodename =="barcodes[]"){
Link Here
|
97 |
var Node=me.parentNode.previousSibling; |
97 |
var Node=me.parentNode.previousSibling; |
98 |
while (Node.nodeName!="TD"){Node=Node.previousSibling} |
98 |
while (Node.nodeName!="TD"){Node=Node.previousSibling} |
99 |
var Nodes=Node.childNodes; |
99 |
var Nodes=Node.childNodes; |
100 |
for (var i=0;i<Nodes.length;i++){ |
100 |
for (var i=0;i < Nodes.length;i++){ |
101 |
if (Nodes[i].nodeName=="INPUT" && Nodes[i].getAttribute("type")=="checkbox"){ |
101 |
if (Nodes[i].nodeName=="INPUT" && Nodes[i].getAttribute("type")=="checkbox"){ |
102 |
Nodes[i].checked=false; |
102 |
Nodes[i].checked=false; |
103 |
} |
103 |
} |
Lines 603-608
function validate1(date) {
Link Here
|
603 |
<th>Title</th> |
603 |
<th>Title</th> |
604 |
<th>Call number</th> |
604 |
<th>Call number</th> |
605 |
<th>Barcode</th> |
605 |
<th>Barcode</th> |
|
|
606 |
<th>Expiration</th> |
606 |
<th>Priority</th> |
607 |
<th>Priority</th> |
607 |
<th>Delete?</th> |
608 |
<th>Delete?</th> |
608 |
<th> </th> |
609 |
<th> </th> |
Lines 629-634
function validate1(date) {
Link Here
|
629 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% reservloo.biblionumber %]">[% reservloo.barcodereserv %]</a> |
630 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% reservloo.biblionumber %]">[% reservloo.barcodereserv %]</a> |
630 |
[% END %] |
631 |
[% END %] |
631 |
</td> |
632 |
</td> |
|
|
633 |
<td>[% reservloo.expirationdate | $KohaDates %]</td> |
632 |
<td>[% IF ( reservloo.waitingposition ) %]<strong>[% reservloo.waitingposition %]</strong>[% END %]</td> |
634 |
<td>[% IF ( reservloo.waitingposition ) %]<strong>[% reservloo.waitingposition %]</strong>[% END %]</td> |
633 |
<td><select name="rank-request"> |
635 |
<td><select name="rank-request"> |
634 |
<option value="n">No</option> |
636 |
<option value="n">No</option> |