YKPN#55141 Last minute aangemelde bezoekers laten oplichten / geel arceren
svn path=/Website/trunk/; revision=40829
This commit is contained in:
@@ -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 ";
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user