FCLT#57185 S("ph_placeFG") compatibel met S("ph_rowdetails")

svn path=/Website/branches/v2019.1/; revision=43166
This commit is contained in:
Jos Groot Lipman
2019-07-01 14:35:55 +00:00
parent 7501d0b7c3
commit e5d63f980e

View File

@@ -394,7 +394,7 @@ var met_foto = getQParam("pb_photo","off")=="on";
function fnLocatie (oRs)
{
if (S("ph_placeFG")==1 && oRs("alg_ruimte_key").Value != null)
return "<span id='ph_gotoFgraph' onclick='gotoFgraph("+oRs("alg_ruimte_key").Value+");'>"+safe.html(oRs("locatie").value)+"</span>";
return "<span id='ph_gotoFgraph' onclick='gotoFgraph("+oRs("alg_ruimte_key").Value+");FcltMgr.stopPropagation(event);'>"+safe.html(oRs("locatie").value)+"</span>";
else
return oRs("locatie").value==null ? "" : safe.html(oRs("locatie").Value);
}