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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-2 / +1 lines)
Lines 50-56 Link Here
50
                    alert(_("Please select at least one batch to export."));
50
                    alert(_("Please select at least one batch to export."));
51
                    return;     // no batch selected
51
                    return;     // no batch selected
52
                }
52
                }
53
                return GB_showCenter(_('Export patron cards'), "/cgi-bin/koha/patroncards/print.pl?" + getstr, 700, 800);
53
                return GB_showCenter(_("Export patron cards"), "/cgi-bin/koha/patroncards/print.pl?" + getstr, 700, 800);
54
            };
54
            };
55
            function selected_layout(op) {
55
            function selected_layout(op) {
56
                var selected = new Array;
56
                var selected = new Array;
57
- 

Return to bug 9555