Lines 34-45
$(document).ready(function(){
Link Here
|
34 |
var shelfnumber = $("#addto").find("option:selected").attr("id").replace("s",""); |
34 |
var shelfnumber = $("#addto").find("option:selected").attr("id").replace("s",""); |
35 |
<!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) { |
35 |
<!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) { |
36 |
Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?selectedshelf='+shelfnumber+'&' + vShelfAdd()); |
36 |
Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?selectedshelf='+shelfnumber+'&' + vShelfAdd()); |
37 |
}<!-- TMPL_ELSE --> alert('You must be logged in to create or add to Lists'); <!-- /TMPL_IF --> |
37 |
}<!-- TMPL_ELSE --> alert(_('You must be logged in to create or add to Lists')); <!-- /TMPL_IF --> |
38 |
return false; |
38 |
return false; |
39 |
} else if($("#addto").find("option:selected").attr("value") == "newlist"){ |
39 |
} else if($("#addto").find("option:selected").attr("value") == "newlist"){ |
40 |
<!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) { |
40 |
<!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) { |
41 |
Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?newshelf=1&' + vShelfAdd()); |
41 |
Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?newshelf=1&' + vShelfAdd()); |
42 |
}<!-- TMPL_ELSE --> alert('You must be logged in to create or add to Lists'); <!-- /TMPL_IF --> |
42 |
}<!-- TMPL_ELSE --> alert(_('You must be logged in to create or add to Lists')); <!-- /TMPL_IF --> |
43 |
return false; |
43 |
return false; |
44 |
} |
44 |
} |
45 |
if($("#addto").find("option:selected").attr("value") == "addtocart"){ |
45 |
if($("#addto").find("option:selected").attr("value") == "addtocart"){ |