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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-3 / +2 lines)
Lines 98-107 Link Here
98
                        alert(_("Please select at least one label to export."));
98
                        alert(_("Please select at least one label to export."));
99
                        return;     // no batch selected
99
                        return;     // no batch selected
100
                    }
100
                    }
101
                    return GB_showCenter('Export labels', "/cgi-bin/koha/labels/label-print.pl?batch_id=[% batch_id %]&" + getstr, 400, 800);
101
                    return GB_showCenter(_("Export labels"), "/cgi-bin/koha/labels/label-print.pl?batch_id=[% batch_id %]&" + getstr, 400, 800);
102
                }
102
                }
103
                else if (mode == 'batch') {
103
                else if (mode == 'batch') {
104
                    return GB_showCenter('Export labels', "/cgi-bin/koha/labels/label-print.pl?batch_id=[% batch_id %]", 400, 800);
104
                    return GB_showCenter(_("Export labels"), "/cgi-bin/koha/labels/label-print.pl?batch_id=[% batch_id %]", 400, 800);
105
                }
105
                }
106
                else {
106
                else {
107
                    // some pass-thru error trapping just in case...
107
                    // some pass-thru error trapping just in case...
108
- 

Return to bug 19522