Fix errore inserimento nuova macchina

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@128 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
samuele
2009-03-10 09:25:33 +00:00
parent b8eabfdd60
commit bd5b910f43
8 changed files with 11 additions and 10 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:{45BB2C82-F1B0-402F-B3BE-7F22C2AC387D}"
"PackageCode" = "8:{331AC4A0-C1D9-40B8-B4A4-565EA602A6F4}"
"ProductCode" = "8:{5191AB12-0195-4876-92EF-ABD84785A412}"
"PackageCode" = "8:{F1FDD8DF-8BEF-4C75-BCBD-DE381798C931}"
"UpgradeCode" = "8:{7739196B-46A3-4BC7-AC29-DB8493976F04}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.124"
"ProductVersion" = "8:1.0.125"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:035-460560"
"ARPHELPLINK" = "8:http://www.steamware.net"
Binary file not shown.
+3 -2
View File
@@ -77,7 +77,7 @@
<add key="_righeDataGridMed" value="15"/>
<add key="_righeDataGridShort" value="10"/>
<add key="_fromEmail" value="info@steamware.net"/>
<add key="_logLevel" value="5"/>
<add key="_logLevel" value="6"/>
<add key="_logMaxMb" value="30"/>
<add key="_allowForceUser" value="true"/>
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx"/>
@@ -92,7 +92,8 @@
<add key="defaultTitle" value="GIM_ShortWelcome"/>
<add key="defaultBody" value="GIM_LongWelcome"/>
<add key="_adminEmail" value="info@steamware.net"/>
<add key="_smtpCli" value="localhost"/>
<add key="_logDir" value="./logs/"/>
<add key="_smtpCli" value="localhost"/>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
+3 -3
View File
@@ -103,7 +103,7 @@
</asp:TemplateField>
<asp:TemplateField HeaderText="anno" SortExpression="anno">
<FooterTemplate>
<asp:TextBox ID="TextBox3" runat="server" Text='<%# Bind("anno") %>' Width="4em" />
<asp:TextBox ID="txtanno" runat="server" Text='<%# Bind("anno") %>' Width="4em" />
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="TextBox3" runat="server" Text='<%# Bind("anno") %>' Width="4em" />
@@ -114,7 +114,7 @@
</asp:TemplateField>
<asp:TemplateField HeaderText="kgPeso" SortExpression="kgPeso">
<FooterTemplate>
<asp:TextBox ID="TextBox4" runat="server" Text='<%# Bind("kgPeso") %>' Width="4em" />
<asp:TextBox ID="txtkgPeso" runat="server" Text='<%# Bind("kgPeso") %>' Width="4em" />
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="TextBox4" runat="server" Text='<%# Bind("kgPeso") %>' Width="4em" />
@@ -125,7 +125,7 @@
</asp:TemplateField>
<asp:TemplateField HeaderText="kwConsumo" SortExpression="kwConsumo">
<FooterTemplate>
<asp:TextBox ID="TextBox5" runat="server" Text='<%# Bind("kwConsumo") %>' Width="4em" />
<asp:TextBox ID="txtkwConsumo" runat="server" Text='<%# Bind("kwConsumo") %>' Width="4em" />
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="TextBox5" runat="server" Text='<%# Bind("kwConsumo") %>' Width="4em" />
+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">124 - </asp:Label>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">125 - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>
+1 -1
View File
@@ -64,7 +64,7 @@
</asp:GridView>
<asp:Label ID="lblNumRec" runat="server" CssClass="txtMini"></asp:Label>&nbsp;&nbsp;
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="getSelAllUsers" TypeName="selData"
FilterExpression=" (label LIKE '%{0}%') OR (value LIKE '%{0}%')">
FilterExpression=" (label LIKE '%{0}%') ">
<FilterParameters>
<asp:SessionParameter DefaultValue="*" Name="ricercaPopup" SessionField="ricercaPopup" />
</FilterParameters>