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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc (-1 / +1 lines)
Lines 73-79 Link Here
73
                    backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
73
                    backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
74
                },
74
                },
75
                error: function(xml, textStatus) {
75
                error: function(xml, textStatus) {
76
                    alert('Failed to submit form: ' + textStatus);
76
                    alert(_('Failed to submit form: ') + textStatus);
77
                }
77
                }
78
78
79
            });
79
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/js/acq.js (-1 / +1 lines)
Lines 384-390 function closeandprint(bg){ Link Here
384
	if(document.location = '/cgi-bin/koha/acqui/basketgroup.pl?op=closeandprint&basketgroupid=' + bg ){
384
	if(document.location = '/cgi-bin/koha/acqui/basketgroup.pl?op=closeandprint&basketgroupid=' + bg ){
385
		setTimeout("window.location.reload();",3000);
385
		setTimeout("window.location.reload();",3000);
386
	}else{
386
	}else{
387
		alert('Error downloading the file');
387
		alert(_('Error downloading the file'));
388
	}
388
	}
389
}
389
}
390
390
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl (-2 / +2 lines)
Lines 82-88 $(document).ready(function() { Link Here
82
            var filename = $(this).val();
82
            var filename = $(this).val();
83
            if ( ! /(?:\.csv|\.sql|\.ods|\.xml)$/.test(filename)) {
83
            if ( ! /(?:\.csv|\.sql|\.ods|\.xml)$/.test(filename)) {
84
                $(this).css("background-color","yellow");
84
                $(this).css("background-color","yellow");
85
                alert('Please select an ods or xml file');
85
                alert(_('Please select an ods or xml file'));
86
                $(this).val("");
86
                $(this).val("");
87
                $(this).css("background-color","white");
87
                $(this).css("background-color","white");
88
            }
88
            }
Lines 110-116 $(document).ready(function() { Link Here
110
                    return false;
110
                    return false;
111
            }
111
            }
112
            obj.css("background-color","yellow");
112
            obj.css("background-color","yellow");
113
            alert('Please select an spreadsheet (csv, ods, xml) or sql file');
113
            alert(_('Please select an spreadsheet (csv, ods, xml) or sql file'));
114
            obj.val("");
114
            obj.val("");
115
            obj.css("background-color","white");
115
            obj.css("background-color","white");
116
            return false;
116
            return false;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tmpl (-1 / +1 lines)
Lines 18-24 function CheckUpload(f){ Link Here
18
}
18
}
19
function CheckForm(f) {
19
function CheckForm(f) {
20
    if (f.uploadedfileid.value == '') {
20
    if (f.uploadedfileid.value == '') {
21
        alert('Please upload a file first.');
21
        alert(_('Please upload a file first.'));
22
    } else {
22
    } else {
23
		$("#fileuploadstatus").hide();
23
		$("#fileuploadstatus").hide();
24
		$("#fileuploadform").slideUp();
24
		$("#fileuploadform").slideUp();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl (-1 / +1 lines)
Lines 17-23 $(document).ready(function(){ Link Here
17
});
17
});
18
function CheckForm(f) {
18
function CheckForm(f) {
19
    if ($("#fileToUpload").value == '') {
19
    if ($("#fileToUpload").value == '') {
20
        alert('Please upload a file first.');
20
        alert(_('Please upload a file first.'));
21
    } else {
21
    } else {
22
        return submitBackgroundJob(f);
22
        return submitBackgroundJob(f);
23
    }
23
    }
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl (-2 / +2 lines)
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"){
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl (-3 / +2 lines)
Lines 164-175 $(document).ready(function(){ Link Here
164
		} else if($("#addto").find("option:selected").attr("value") == "newlist"){
164
		} else if($("#addto").find("option:selected").attr("value") == "newlist"){
165
			<!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) {
165
			<!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) {
166
			Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?newshelf=1&' + vShelfAdd());
166
			Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?newshelf=1&' + vShelfAdd());
167
			}<!-- TMPL_ELSE --> alert('You must be logged in to create or add to Lists'); <!-- /TMPL_IF -->
167
			}<!-- TMPL_ELSE --> alert(_('You must be logged in to create or add to Lists')); <!-- /TMPL_IF -->
168
			return false;
168
			return false;
169
        } else if($("#addto").find("option:selected").attr("value") == "morelists"){
169
        } else if($("#addto").find("option:selected").attr("value") == "morelists"){
170
            <!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) {
170
            <!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) {
171
            Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?' + vShelfAdd());
171
            Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?' + vShelfAdd());
172
            }<!-- TMPL_ELSE --> alert('You must be logged in to create or add to Lists'); <!-- /TMPL_IF -->
172
            }<!-- TMPL_ELSE --> alert(_('You must be logged in to create or add to Lists')); <!-- /TMPL_IF -->
173
            return false;
173
            return false;
174
		}
174
		}
175
		if($("#addto").find("option:selected").attr("value") == "addtocart" || $("#addto").attr("class") == "addtocart"){
175
		if($("#addto").find("option:selected").attr("value") == "addtocart" || $("#addto").attr("class") == "addtocart"){
176
- 

Return to bug 6084