Merge v5.3.3 Gold C en later patches

svn path=/Website/trunk/; revision=20336
This commit is contained in:
Jos Groot Lipman
2014-01-15 08:09:19 +00:00
parent 22cfe36cfe
commit d1154c77ac
15 changed files with 197 additions and 103 deletions

View File

@@ -172,7 +172,10 @@ function FcltGetRefInfoCallback(json)
{
$('#lev_uit').click(function()
{
refurl = "appl/prs/prs_bedrijf.asp?bedrijf_key=" + json.lev_uit_key;
if (json.lev_uit_type == "B")
refurl = "appl/prs/prs_bedrijf.asp?bedrijf_key=" + json.lev_uit_key;
else
refurl = "appl/prs/prs_perslid.asp?prs_key=" + json.lev_uit_key;
FcltMgr.openDetail(refurl);
}
);