refresh (parziale) pagina headers...

This commit is contained in:
Samuele E. Locatelli
2014-05-14 17:40:04 +02:00
parent f9e4506502
commit 17515e8de7
8 changed files with 7034 additions and 15 deletions
+3 -3
View File
@@ -88,19 +88,19 @@ namespace C2P.WebUserControls
else
{
// mostro errore
lblError.Text = traduci("[ERR-QUO-003]");
lblError.Text = traduci("[ERR-SIM-003]");
}
}
else
{
// mostro errore...
lblError.Text = traduci("[ERR-QUO-002]");
lblError.Text = traduci("[ERR-SIM-002]");
}
}
catch
{
// mostro errore
lblError.Text = traduci("[ERR-QUO-001]");
lblError.Text = traduci("[ERR-SIM-001]");
}
lblError.Visible = true;
setInsertMode();
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
+6237
View File
File diff suppressed because it is too large Load Diff
+794 -12
View File
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.