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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-2 / +1 lines)
Lines 37-43 Link Here
37
                    alert(_("Please select at least one batch to export."));
37
                    alert(_("Please select at least one batch to export."));
38
                    return;     // no batch selected
38
                    return;     // no batch selected
39
                }
39
                }
40
                return GB_showCenter('Export Labels', "/cgi-bin/koha/labels/label-print.pl?" + getstr, 400, 800);
40
                return GB_showCenter(_('Export Labels'), "/cgi-bin/koha/labels/label-print.pl?" + getstr, 400, 800);
41
            };
41
            };
42
            function selected_layout(op) {
42
            function selected_layout(op) {
43
                var selected = new Array;
43
                var selected = new Array;
44
- 

Return to bug 19522