FSN#36867 Schrijfrechten WEB_ALGMAN beter tonen

svn path=/Website/branches/v2016.1/; revision=29709
This commit is contained in:
Jos Groot Lipman
2016-06-14 12:29:59 +00:00
parent 6b1b9aa186
commit bcc991d0ea

View File

@@ -236,7 +236,7 @@ function radioTD(name, LOV, val)
Response.Write("<tr><th>" + L("fac_gebruiker_toegang") + "</th></tr>"); Response.Write("<tr><th>" + L("fac_gebruiker_toegang") + "</th></tr>");
radioTD("allread", jnLOV, algread) radioTD("allread", jnLOV, algread)
if (flevel & 2) if (flevel & 2)
radioTD("allwrite", jnLOV, algread) radioTD("allwrite", jnLOV, algwrite)
Response.Write("</tr></table></td></tr>"); Response.Write("</tr></table></td></tr>");
} }
else else