YKPN#55141 Last minute aangemelde bezoekers laten oplichten / geel arceren

svn path=/Website/trunk/; revision=40829
This commit is contained in:
Alex Tiehuis
2019-02-06 15:26:12 +00:00
parent dac1960b0b
commit d8f7d88b40
2 changed files with 4 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ function bez_list(pautfunction, params)
var bezInside = params.bezInside;
var bezDepart = params.bezDepart;
var bezClosed = params.bezClosed;
var hideUpdated = params.hideUpdated;
var flags = params.flags;
var withflex = params.withflex &&
((frontend && (S("bez_show_flex_in_list") & 1)) ||
@@ -790,7 +791,7 @@ function bez_list(pautfunction, params)
class1 = "unauthorized";
}
if (oRs("bez_bezoekers_aanmaak").Value > recent)
if (oRs("bez_bezoekers_aanmaak").Value > recent && !hideUpdated) // only updated class for lists, not for detail screens
{
class1 += " updated ";
}

View File

@@ -220,7 +220,8 @@ var urlMail = "../shared/queuemail.asp?pcode=BEZMAI&defemail_key=" + bez_afspraa
noPrint: true,
noHeader: true, // die hebben we zelf al gedaan
outputmode: 0,
showProperties: true
showProperties: true,
hideUpdated: true // only highlight new visitors in lists, not in detail screeen
});
BLOCK_END();
}