diff --git a/Projects/WebGIM/WebGIM.suo b/Projects/WebGIM/WebGIM.suo index 0d0fd82..e07a6f0 100644 Binary files a/Projects/WebGIM/WebGIM.suo and b/Projects/WebGIM/WebGIM.suo differ diff --git a/Projects/WebGIM/WebGIM/Release/WebGIM.msi b/Projects/WebGIM/WebGIM/Release/WebGIM.msi index 3b9b236..d7a79d3 100644 Binary files a/Projects/WebGIM/WebGIM/Release/WebGIM.msi and b/Projects/WebGIM/WebGIM/Release/WebGIM.msi differ diff --git a/Projects/WebGIM/WebGIM/WebGIM.vdproj b/Projects/WebGIM/WebGIM/WebGIM.vdproj index d374d25..ad4dab0 100644 --- a/Projects/WebGIM/WebGIM/WebGIM.vdproj +++ b/Projects/WebGIM/WebGIM/WebGIM.vdproj @@ -351,14 +351,14 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:WebGIM" - "ProductCode" = "8:{F128567B-3E74-4696-BDA4-AD31EF649902}" - "PackageCode" = "8:{5E54B3CE-17E0-4B2F-8508-6681A7163E11}" + "ProductCode" = "8:{53F017FC-9844-4624-9807-5A1880F09219}" + "PackageCode" = "8:{7D5B08D2-91C3-4520-AE2E-407CD462B47F}" "UpgradeCode" = "8:{7739196B-46A3-4BC7-AC29-DB8493976F04}" "RestartWWWService" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.0.137" + "ProductVersion" = "8:1.0.138" "Manufacturer" = "8:SteamWare s.r.l." "ARPHELPTELEPHONE" = "8:035-460560" "ARPHELPLINK" = "8:http://www.steamware.net" diff --git a/WebSites/WebGIM/mod_dettaglioIntervento.ascx b/WebSites/WebGIM/mod_dettaglioIntervento.ascx index 4392caf..c40ffd3 100644 --- a/WebSites/WebGIM/mod_dettaglioIntervento.ascx +++ b/WebSites/WebGIM/mod_dettaglioIntervento.ascx @@ -533,7 +533,7 @@ + Enabled="true" /> diff --git a/WebSites/WebGIM/mod_menuBottom.ascx b/WebSites/WebGIM/mod_menuBottom.ascx index 717262b..bb709d2 100644 --- a/WebSites/WebGIM/mod_menuBottom.ascx +++ b/WebSites/WebGIM/mod_menuBottom.ascx @@ -1,4 +1,4 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_menuBottom.ascx.cs" Inherits="mod_menuBottom" %> -137 - +138 - diff --git a/WebSites/WebGIM/mod_periodoAnalisi.ascx.cs b/WebSites/WebGIM/mod_periodoAnalisi.ascx.cs index 280c770..6be7b2d 100644 --- a/WebSites/WebGIM/mod_periodoAnalisi.ascx.cs +++ b/WebSites/WebGIM/mod_periodoAnalisi.ascx.cs @@ -86,7 +86,7 @@ public partial class mod_periodoAnalisi : System.Web.UI.UserControl { _intervallo = new intervalloDate(); _intervallo.fine = DateTime.Now.Subtract(DateTime.Now.TimeOfDay).AddDays(1); - _intervallo.inizio = _intervallo.fine.AddDays(-8); + _intervallo.inizio = _intervallo.fine.AddMonths(-1); Session["_intervallo"] = _intervallo; Session["_inizio"] = _intervallo.inizio; Session["_fine"] = _intervallo.fine;