update 139: is ferma di default è false...
git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@144 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -351,14 +351,14 @@
|
||||
{
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:WebGIM"
|
||||
"ProductCode" = "8:{53F017FC-9844-4624-9807-5A1880F09219}"
|
||||
"PackageCode" = "8:{7D5B08D2-91C3-4520-AE2E-407CD462B47F}"
|
||||
"ProductCode" = "8:{11DFBC2F-AB5E-4F40-B5C9-1F4CD3B7C1AB}"
|
||||
"PackageCode" = "8:{76C6D6DB-01B9-43DA-AF4F-9B76986BC6EA}"
|
||||
"UpgradeCode" = "8:{7739196B-46A3-4BC7-AC29-DB8493976F04}"
|
||||
"RestartWWWService" = "11:TRUE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||
"InstallAllUsers" = "11:FALSE"
|
||||
"ProductVersion" = "8:1.0.138"
|
||||
"ProductVersion" = "8:1.0.139"
|
||||
"Manufacturer" = "8:SteamWare s.r.l."
|
||||
"ARPHELPTELEPHONE" = "8:035-460560"
|
||||
"ARPHELPLINK" = "8:http://www.steamware.net"
|
||||
|
||||
@@ -58,7 +58,7 @@ public partial class mod_insertRichiesta : System.Web.UI.UserControl
|
||||
txtDataLav.Text = string.Format("{0:dd/MM/yyyy}", DateTime.Now.AddHours(-shift + 1));
|
||||
txtTurnoLav.Text = turno.ToString();
|
||||
mod_dataOra1.valore = DateTime.Now.AddMinutes(-delay);
|
||||
chkImpFermo.Checked = true;
|
||||
chkImpFermo.Checked = false;
|
||||
}
|
||||
/// <summary>
|
||||
/// sistema la visibilità dei controlli
|
||||
|
||||
@@ -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">138 - </asp:Label>
|
||||
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">139 - </asp:Label>
|
||||
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>
|
||||
|
||||
Reference in New Issue
Block a user