FSN#28687 Aparte autorisatie voor stijleditor

svn path=/Website/trunk/; revision=25752
This commit is contained in:
Erik Groener
2015-07-29 10:34:10 +00:00
parent 1e23181fa9
commit 4ffc8f04cd
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
<%
FCLTHeader.Requires({ plugins:["jQuery"] })
var autfunction = "WEB_PRSSYS";
var autfunction = "WEB_LAYOUT";
var authparams = user.checkAutorisation(autfunction);

View File

@@ -25,7 +25,7 @@ FCLTHeader.Requires({ plugins: ["jQuery", "kenmerk"],
js: ["../res/res_search.js"]
});
var authparams = user.checkAutorisation("WEB_PRSSYS");
var authparams = user.checkAutorisation("WEB_LAYOUT");
var previewmode = getFParamInt("previewmode");
var submitting = getFParamInt("submitting", 0);