colora di rosso se > 40h!!!

This commit is contained in:
Samuele Locatelli
2013-09-05 10:06:11 +02:00
parent 6c80cac09d
commit 8207eaea4c
3 changed files with 5 additions and 0 deletions
@@ -264,6 +264,11 @@ namespace PROJ_ETS.WebUserControls
{
cell.Text = string.Format("{0:0#} h", oreTotDip[pos_x]);
cell.ToolTip = "";
// SE sono oltre 40h coloro di rosso!!!
if (oreTotDip[pos_x] > 40)
{
cell.CssClass = "cBia lblErrore";
}
}
else
{
Binary file not shown.
Binary file not shown.