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.Aform.submit();
103
            document.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 122-128 $(function() { Link Here
122
		}
122
		}
123
123
124
		if (_alertString.length==0) {
124
		if (_alertString.length==0) {
125
			document.Aform.submit();
125
			document.f.submit();
126
		} else {
126
		} else {
127
			alertString2 = _("Form not submitted because of the following problem(s)");
127
			alertString2 = _("Form not submitted because of the following problem(s)");
128
			alertString2 += "\n------------------------------------------------------------------------------------\n\n";
128
			alertString2 += "\n------------------------------------------------------------------------------------\n\n";
129
- 

Return to bug 5156