update visualizzazione task squadra
This commit is contained in:
@@ -129,9 +129,6 @@ namespace WebSCR.WebUserControls
|
||||
// se c'è e non è expired
|
||||
showSel = false;
|
||||
}
|
||||
#if false
|
||||
lbtResetSquadra.Visible = !showSel;
|
||||
#endif
|
||||
}
|
||||
/// <summary>
|
||||
/// verifica che la pagina sia tra quelle autorizzate x l'utente
|
||||
@@ -246,26 +243,5 @@ namespace WebSCR.WebUserControls
|
||||
memLayer.ML.setCookieVal(memLayer.ML.confReadString("AuthCookieName"), "");
|
||||
memLayer.ML.emptyCookieVal(memLayer.ML.confReadString("AuthCookieName"));
|
||||
}
|
||||
#if false
|
||||
/// <summary>
|
||||
/// in caso di richiesta reset elimina cookie delal squadra selezionata
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void lbtResetSquadra_Click(object sender, EventArgs e)
|
||||
{
|
||||
memLayer.ML.emptyCookieVal("colorSquadraCurr");
|
||||
memLayer.ML.emptyCookieVal("SquadraCurr");
|
||||
memLayer.ML.emptyCookieVal("CodSquadra");
|
||||
memLayer.ML.emptyCookieVal("DataRif");
|
||||
memLayer.ML.emptyCookieVal("NumGg");
|
||||
memLayer.ML.emptyCookieVal("Data");
|
||||
memLayer.ML.emptyCookieVal("IdxImpegno");
|
||||
memLayer.ML.emptyCookieVal("CodCliente");
|
||||
memLayer.ML.emptyCookieVal("Indir");
|
||||
memLayer.ML.emptySessionVal("Cliente");
|
||||
Response.Redirect(devicesAuthProxy.pagCorrente);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user