FCLT#57185 S("ph_placeFG") compatibel met S("ph_rowdetails")
svn path=/Website/branches/v2019.1/; revision=43166
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user