Update da richiesta Previtali x

- default 1 mese in elenco richieste
 - editing di ferma abilitato

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@143 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
samuele
2009-04-22 08:11:15 +00:00
parent ab22fcc456
commit cc2a6802be
6 changed files with 6 additions and 6 deletions
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -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"
+1 -1
View File
@@ -533,7 +533,7 @@
<tr>
<td>
<asp:CheckBox ID="isFermoCheckBox" runat="server" Checked='<%# Bind("isFermo") %>'
Enabled="false" />
Enabled="true" />
</td>
<td colspan="5">
<asp:Label runat="server" ID="lblAmbito" />
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_menuBottom.ascx.cs"
Inherits="mod_menuBottom" %>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">137 - </asp:Label>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">138 - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>
+1 -1
View File
@@ -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;