update visualizzazione task squadra

This commit is contained in:
Samuele E. Locatelli
2015-05-12 17:19:45 +02:00
parent 5deea73f1b
commit dd7009e9fe
29 changed files with 257 additions and 111 deletions
-24
View File
@@ -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
}
}