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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl (-1 / +1 lines)
Lines 100-106 function placeHold () { Link Here
100
		}
100
		}
101
101
102
		if (_alertString.length==0) {
102
		if (_alertString.length==0) {
103
            document.f.submit();
103
            f.submit();
104
		} else {
104
		} else {
105
			alertString2 = _("Form not submitted because of the following problem(s)");
105
			alertString2 = _("Form not submitted because of the following problem(s)");
106
			alertString2 += "\n------------------------------------------------------------------------------------\n\n";
106
			alertString2 += "\n------------------------------------------------------------------------------------\n\n";
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl (-2 / +1 lines)
Lines 125-131 $(function() { Link Here
125
		}
125
		}
126
126
127
		if (_alertString.length==0) {
127
		if (_alertString.length==0) {
128
			document.f.submit();
128
			f.submit();
129
		} else {
129
		} else {
130
			alertString2 = _("Form not submitted because of the following problem(s)");
130
			alertString2 = _("Form not submitted because of the following problem(s)");
131
			alertString2 += "\n------------------------------------------------------------------------------------\n\n";
131
			alertString2 += "\n------------------------------------------------------------------------------------\n\n";
132
- 

Return to bug 5156