View | Details | Raw Unified | Return to bug 14544
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/virtualshelves-toolbar.inc (-2 / +1 lines)
Lines 4-10 Link Here
4
[% IF op == 'view' %]
4
[% IF op == 'view' %]
5
5
6
    function sendList(){
6
    function sendList(){
7
        open(CGIBIN+'virtualshelves/sendshelf.pl?shelfid=[% shelfnumber %]','win_form','scrollbars=no,resizable=no,height=300,width=450,top=50,left=100');
7
        open(CGIBIN+'virtualshelves/sendshelf.pl?shelfid=[% shelf.shelfnumber %]','win_form','scrollbars=no,resizable=no,height=300,width=450,top=50,left=100');
8
     }
8
     }
9
9
10
     $(document).ready(function() {
10
     $(document).ready(function() {
11
- 

Return to bug 14544