Overbodige (en foute) lcl weg
svn path=/Website/trunk/; revision=29065
This commit is contained in:
@@ -184,12 +184,12 @@ oRs.Close();
|
|||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
<form name=u2 onSubmit="return false;">
|
<form name=u2 onSubmit="return false;">
|
||||||
|
|
||||||
<% // ============================= PERSOONSGEGEVENS ======================================
|
<% // ============================= PERSOONSGEGEVENS ======================================
|
||||||
BLOCK_START("prsNaw", L("lcl_prs_basisblok"));
|
BLOCK_START("prsNaw", L("lcl_prs_basisblok"));
|
||||||
Response.write("<tr><td></td><td class='profile'><img id='photo' class='profile' src='" + thisUser.photoinfo().photopaththumb + "'></td></tr>");
|
Response.write("<tr><td></td><td class='profile'><img id='photo' class='profile' src='" + thisUser.photoinfo().photopaththumb + "'></td></tr>");
|
||||||
ROFIELDTR('fld', L("lcl_prs_person_name"), thisUser.naam());
|
ROFIELDTR('fld', L("lcl_prs_person_name"), thisUser.naam());
|
||||||
|
|
||||||
// Is persoon een contactpersoon, en zo ja van welk bedrijf.
|
// Is persoon een contactpersoon, en zo ja van welk bedrijf.
|
||||||
sql = "SELECT b.prs_bedrijf_key"
|
sql = "SELECT b.prs_bedrijf_key"
|
||||||
+ " , b.prs_bedrijf_naam"
|
+ " , b.prs_bedrijf_naam"
|
||||||
@@ -390,9 +390,7 @@ oRs.Close();
|
|||||||
{
|
{
|
||||||
params = {};
|
params = {};
|
||||||
if (xfunc.canWrite("WEB_PRSMSU"))
|
if (xfunc.canWrite("WEB_PRSMSU"))
|
||||||
params.infoPointer = { Url: "appl/mgt/fac_functie.asp?fac_groep=" + oRs("fac_groep_key").value,
|
params.infoPointer = { Url: "appl/mgt/fac_functie.asp?fac_groep=" + oRs("fac_groep_key").value };
|
||||||
Title: L("lcl_menu_fac_autorisatiegroepe")
|
|
||||||
};
|
|
||||||
ROFIELDTR("fld", (i == 0 ? L("lcl_mgt_aut_group") : ""), oRs("fac_groep_omschrijving").value, params);
|
ROFIELDTR("fld", (i == 0 ? L("lcl_mgt_aut_group") : ""), oRs("fac_groep_omschrijving").value, params);
|
||||||
i++;
|
i++;
|
||||||
oRs.moveNext();
|
oRs.moveNext();
|
||||||
|
|||||||
Reference in New Issue
Block a user