lcl_back bestond niet en kon ook beter lcl_mld_filter zijn (ook al komt het niet in beeld)

svn path=/Website/branches/v2018.2/; revision=40424
This commit is contained in:
Jos Groot Lipman
2019-01-08 12:07:42 +00:00
parent e2e4d9440f
commit 5e32a05ea1
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ var autfunction = (urole == "fe" ? "WEB_CNTUSE" : "WEB_CNTMAN");
</form>
</div>
<%
var p_useraction = {icon: "bars", action: "openFilterPanel()", label: L("mld_back")};
var p_useraction = {icon: "bars", action: "openFilterPanel()", label: L("lcl_mld_filter")};
HEADER({title: subject,
back:false,
useraction: p_useraction});

View File

@@ -600,7 +600,7 @@ var authparams = user.checkAutorisation(autfunction);
<%
var withContext = (ruimte_key > -1 || ins_key > -1 || rsv_ruimte_key > -1);
var p_useraction = {icon: "bars", action: "openFilterPanel()", label: L("lcl_back")};
var p_useraction = {icon: "bars", action: "openFilterPanel()", label: L("lcl_mld_filter")};
HEADER({title: subject,
back: (!qrc && withContext),
useraction: (!withContext ? p_useraction : null),