KFNS#35010 Klacht QR codes reserveerbare ruimtes
svn path=/Website/trunk/; revision=28356
This commit is contained in:
@@ -366,7 +366,7 @@ NOTES/SUGGESTIONS:
|
||||
else { // helemaal vrij
|
||||
helemaalvrij = true;
|
||||
}
|
||||
oRs.close();
|
||||
oRs.Close();
|
||||
|
||||
PAGE_START({pclass: (nubezet ? "pbezet" : "pvrij") });
|
||||
HEADER ({title: safe.html(RuimteMode ? res_ruimte_nr : res_deel_omschrijving), back:!qrc, home: !qrc});
|
||||
@@ -382,7 +382,7 @@ NOTES/SUGGESTIONS:
|
||||
// Dit is eigenlijk niet relevant voor een normale gebruiker
|
||||
// maar voor een eventuele noshow wel!
|
||||
// KFNS#35010: ook tonen als het toch geen geheim is
|
||||
if (user.checkAutorisation( "WEB_RESNOS", true) || res.planbordTooltipShowing(rsv_ruimte_key) == 1)
|
||||
if (user.checkAutorisation( "WEB_RESNOS", true) || (res.planbordTooltipShowing(rsv_ruimte_key) == 1))
|
||||
{
|
||||
Response.write("<span class='bezetinfo'>"+toTimeString(van)+" - "+toTimeString(tot)+": "+ safe.html(rsv_omschrijving)+"/"+safe.html(rsv_contact)+"</span>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user