diff --git a/WebSCR/Squadra.aspx.cs b/WebSCR/Squadra.aspx.cs
index 51fd024..8d70290 100644
--- a/WebSCR/Squadra.aspx.cs
+++ b/WebSCR/Squadra.aspx.cs
@@ -13,7 +13,7 @@ namespace WebSCR
protected void Page_Load(object sender, EventArgs e)
{
fixVisibility();
- mod_gestIntSquadra.eh_update += mod_gestIntSquadra_eh_update;
+ mod_gestIntSquadre.eh_update += mod_gestIntSquadre_eh_update;
mod_selData.eh_update += Mod_selData_eh_update;
}
@@ -28,7 +28,7 @@ namespace WebSCR
///
///
///
- void mod_gestIntSquadra_eh_update(object sender, EventArgs e)
+ void mod_gestIntSquadre_eh_update(object sender, EventArgs e)
{
mod_dettInt.doUpdate();
mod_ImpegnoSmall.doUpdate();
@@ -51,12 +51,12 @@ namespace WebSCR
mod_dettInt.Visible = false;
mod_ImpegnoSmall.Visible = false;
divFile.Visible = false;
- mod_gestIntSquadra.Visible = false;
+ mod_gestIntSquadre.Visible = false;
if (qsVal("Data") != "")
{
if (qsVal("IdxImpegno") != "")
{
- mod_gestIntSquadra.Visible = true;
+ mod_gestIntSquadre.Visible = true;
mod_ImpegnoSmall.Visible = true;
mod_dettInt.Visible = true;
divFile.Visible = true;
diff --git a/WebSCR/Squadra.aspx.designer.cs b/WebSCR/Squadra.aspx.designer.cs
index f14b4f3..fd967c0 100644
--- a/WebSCR/Squadra.aspx.designer.cs
+++ b/WebSCR/Squadra.aspx.designer.cs
@@ -31,13 +31,13 @@ namespace WebSCR {
protected global::WebSCR.WebUserControls.mod_consegne mod_consegne;
///
- /// mod_gestIntSquadra control.
+ /// mod_gestIntSquadre control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
- protected global::WebSCR.WebUserControls.mod_gestIntSquadra mod_gestIntSquadra;
+ protected global::WebSCR.WebUserControls.mod_gestIntSquadre mod_gestIntSquadre;
///
/// mod_ImpegnoSmall control.
diff --git a/WebSCR/WebSCR.csproj b/WebSCR/WebSCR.csproj
index 7d1c8bc..e859392 100644
--- a/WebSCR/WebSCR.csproj
+++ b/WebSCR/WebSCR.csproj
@@ -357,7 +357,7 @@
-
+
@@ -413,7 +413,7 @@
-
+
@@ -479,12 +479,12 @@
Interventi.aspx
-
- IntSquadra.aspx
+
+ IntSquadre.aspx
ASPXCodeBehind
-
- IntSquadra.aspx
+
+ IntSquadre.aspx
Menu.aspx
@@ -735,12 +735,12 @@
mod_footer.ascx
-
- mod_gestIntSquadra.ascx
+
+ mod_gestIntSquadre.ascx
ASPXCodeBehind
-
- mod_gestIntSquadra.ascx
+
+ mod_gestIntSquadre.ascx
mod_giornata.ascx
diff --git a/WebSCR/WebUserControls/mod_Interventi.ascx b/WebSCR/WebUserControls/mod_Interventi.ascx
index f2d3fb1..583cda2 100644
--- a/WebSCR/WebUserControls/mod_Interventi.ascx
+++ b/WebSCR/WebUserControls/mod_Interventi.ascx
@@ -58,17 +58,6 @@