FSN#37352 'Transport' van SCF-tabellen geen spellcheck

svn path=/Website/trunk/; revision=33797
This commit is contained in:
Jos Groot Lipman
2017-05-11 08:40:23 +00:00
parent 6e2953faef
commit b0efde6130

View File

@@ -66,7 +66,7 @@ function scaffolding_import(model, scf_params)
<form method="post" action="../../api2/reportsx.json">
<% BLOCK_START("scf_import", model.record_title);
%>
<textarea id='importeer' style='width:800px;height:500px;'></textarea>
<textarea id='importeer' spellcheck="false" style='width:800px;height:500px;'></textarea>
<% BLOCK_END();
%>
</form>