HOUT#39228 iface.inc include zodat I() werkt
svn path=/Website/branches/v2016.3/; revision=32587
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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 + "\"> </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)
|
||||
|
||||
Reference in New Issue
Block a user