svn path=/Website/trunk/; revision=31470
This commit is contained in:
Peter Feij
2016-11-14 16:57:35 +00:00
parent 268815a221
commit 20d5aa9379

View File

@@ -547,7 +547,7 @@ function mld_list (pautfunction, params)
function fncolNote(oRs)
{
if (oRs("notitie").Value != null)
return (outputmode == 0? "<img src='../Pictures/info.png'>" : oRs("notitie").Value);
return (outputmode == 0? I("fa-comment"): oRs("notitie").Value);
else return "";
}