FSN#38708 Filter zonder markering (reserveringen) toont een kruisje (ipv nieuw icoon?).
svn path=/Website/trunk/; revision=32250
This commit is contained in:
@@ -956,11 +956,10 @@ FCLTHeader.Requires({plugins: ["jQuery", "kenmerk"],
|
||||
checkVeldenVerplicht();
|
||||
autosetEindtijd();
|
||||
}
|
||||
|
||||
function OnChangeSubstatus()
|
||||
{
|
||||
var i = $("#resflag").val();
|
||||
$('label[for="resflag"]').html(L("lcl_res_flags") + ": " + " " + "<img src='../Pictures/resflag"+i+".png'>");
|
||||
$('label[for="resflag"]').html(L("lcl_res_flags") + '<i class="fa fa-fw fa-circle resflag' + i + '"></i>');
|
||||
}
|
||||
|
||||
function onAfhaalBezorgClick()
|
||||
|
||||
Reference in New Issue
Block a user