FSN#43927 Lege regels tonen niet afhankelijk van scenarios

svn path=/Website/branches/v2017.2/; revision=35503
This commit is contained in:
Ruud Lipper
2017-09-29 12:42:21 +00:00
parent c7f7acf298
commit 7e7280a157

View File

@@ -239,9 +239,11 @@ var authparamsCTRUSE = user.checkAutorisation("WEB_CTRUSE");
onChange: "onChangeScenario()" onChange: "onChangeScenario()"
}); });
RWCHECKBOXTR("actsit", "fldactsit", L("lcl_mjb_also_act_situation"), actsit, { html: " value='1' ", trclass: 'primsearch tractsit'}); RWCHECKBOXTR("actsit", "fldactsit", L("lcl_mjb_also_act_situation"), actsit, { html: " value='1' ", trclass: 'primsearch tractsit'});
RWCHECKBOXTR("mjbshowempty", "fldmjbempty", L("lcl_mjb_empty_lines_too"), mjbempty, { html: " value='1' ", trclass: 'primsearch'});
} }
oRs.Close(); oRs.Close();
RWCHECKBOXTR("mjbshowempty", "fldmjbempty", L("lcl_mjb_empty_lines_too"), mjbempty, { html: " value='1' ", trclass: 'primsearch'});
} }
%> %>