modifica controlli datetime macchine ed impianti

This commit is contained in:
Samuele E. Locatelli
2013-12-04 18:45:36 +01:00
parent 9917288291
commit 0d59e48d52
3 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
<add key="welcomeApp" value="GIM_welcomeApp" />
<add key="appName" value="GIM" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="227l" />
<add key="minRev" value="227m" />
<add key="copyRight" value="SteamWare © 2006-2013" />
<add key="defaultApp" value="GIM_Appl" />
<add key="defaultTitle" value="GIM_ShortWelcome" />
@@ -91,40 +91,40 @@
</asp:TemplateField>
<asp:TemplateField HeaderText="funzDal" SortExpression="funzDal">
<FooterTemplate>
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:d}") %>'
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzDal" Format="dd/MM/yyyy">
TargetControlID="cal_funzDal" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:d}") %>'
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzDal" Format="dd/MM/yyyy">
TargetControlID="cal_funzDal" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("funzDal","{0:d}") %>' />
<asp:Label ID="Label1" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="funzAl" SortExpression="funzAl">
<FooterTemplate>
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:d}") %>'
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzAl" Format="dd/MM/yyyy">
TargetControlID="cal_funzAl" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:d}") %>'
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzAl" Format="dd/MM/yyyy">
TargetControlID="cal_funzAl" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("funzAl","{0:d}") %>' />
<asp:Label ID="Label2" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center">
@@ -135,40 +135,40 @@
</asp:TemplateField>
<asp:TemplateField HeaderText="funzDal" SortExpression="funzDal">
<FooterTemplate>
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:d}") %>'
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzDal" Format="dd/MM/yyyy">
TargetControlID="cal_funzDal" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:d}") %>'
<asp:TextBox ID="cal_funzDal" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzDal" Format="dd/MM/yyyy">
TargetControlID="cal_funzDal" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("funzDal","{0:d}") %>' />
<asp:Label ID="Label1" runat="server" Text='<%# Bind("funzDal","{0:yyyy/MM/dd}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="funzAl" SortExpression="funzAl">
<FooterTemplate>
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:d}") %>'
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzAl" Format="dd/MM/yyyy">
TargetControlID="cal_funzAl" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</FooterTemplate>
<EditItemTemplate>
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:d}") %>'
<asp:TextBox ID="cal_funzAl" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>'
Width="6em" />
<cc1:CalendarExtender ID="CalendarExtender2" runat="server" FirstDayOfWeek="Monday"
TargetControlID="cal_funzAl" Format="dd/MM/yyyy">
TargetControlID="cal_funzAl" Format="yyyy/MM/dd">
</cc1:CalendarExtender>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label2" runat="server" Text='<%# Bind("funzAl","{0:d}") %>' />
<asp:Label ID="Label2" runat="server" Text='<%# Bind("funzAl","{0:yyyy/MM/dd}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="idxImpianto" SortExpression="idxImpianto">