HOUT#39228 iface.inc include zodat I() werkt

svn path=/Website/branches/v2016.3/; revision=32587
This commit is contained in:
2017-01-27 11:13:12 +00:00
parent 7d1e95abf4
commit 4b64009a8e
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ DOCTYPE_Disable = 1;
<!-- #include file="res.inc" -->
<!-- #include file="res_plan_obj.inc" -->
<!-- #include file="../shared/kpl_ksrt_validate.inc" -->
<!-- #include file="../shared/iface.inc" -->
<%
var urole = getQParamSafe("urole");

View File

@@ -58,7 +58,7 @@ function make_plan_obj(disc_key, res_van, res_tot, params)
var res_flag = "";
if (flag_status > 0)
{
res_flag = "<i class=\"fa fa-circle respl resflag" + flag_status + "\">&nbsp;</i>"; // HOUT#39228: I() niet in scope
res_flag = I("fa-circle respl resflag"+flag_status);
}
// Perhaps cleaning time, (TODO delen? alleen optie en definitief)