update grandezza sel imballi (2em)

vers 710!
This commit is contained in:
Samuele Locatelli
2014-06-17 19:26:02 +02:00
parent 3b67492adc
commit 072ca27a01
10 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
</div>
<div class="panel-body">
<asp:Label runat="server" ID="lblPart" />
<asp:DropDownList runat="server" ID="ddlImballi" DataSourceID="odsImballi" DataTextField="value" DataValueField="value" OnDataBound="ddlImballi_DataBound" Font-Size="1em"></asp:DropDownList>
<asp:DropDownList runat="server" ID="ddlImballi" DataSourceID="odsImballi" DataTextField="value" DataValueField="value" OnDataBound="ddlImballi_DataBound" Font-Size="2em"></asp:DropDownList>
<asp:ObjectDataSource runat="server" ID="odsImballi" OldValuesParameterFormatString="original_{0}" SelectMethod="getByPart" TypeName="GMW_data.DS_UtilityTableAdapters.v_selImballiTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="lblPart" DefaultValue="" PropertyName="Text" Name="Particolare" />
+1 -1
View File
@@ -148,7 +148,7 @@
</div>
<div class="panel-body">
<asp:Label runat="server" ID="lblPart" />
<asp:DropDownList runat="server" ID="ddlImballi" DataSourceID="odsImballi" DataTextField="value" DataValueField="value" OnDataBound="ddlImballi_DataBound" Font-Size="1em"></asp:DropDownList>
<asp:DropDownList runat="server" ID="ddlImballi" DataSourceID="odsImballi" DataTextField="value" DataValueField="value" OnDataBound="ddlImballi_DataBound" Font-Size="2em"></asp:DropDownList>
<asp:ObjectDataSource runat="server" ID="odsImballi" OldValuesParameterFormatString="original_{0}" SelectMethod="getByPart" TypeName="GMW_data.DS_UtilityTableAdapters.v_selImballiTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="lblPart" DefaultValue="" PropertyName="Text" Name="Particolare" />
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("2.5.709.1628")]
[assembly: AssemblyFileVersion("2.5.709.1628")]
[assembly: AssemblyVersion("2.5.710.1628")]
[assembly: AssemblyFileVersion("2.5.710.1628")]
[assembly: AssemblyCopyright("Steamware © 2007-2014")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("2.5.709.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.5.709.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("2.5.710.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.5.710.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+