rimergiato modifiche al mod dettagliointervento che erano state sovrascritte - vanno estese anche in modifica e non solo read only
git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@90 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblDataOra" Text='<%# traduci("lblDataOraRich") %>' />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblDataOraGuasto" Text='<%# traduci("lblDataOraGuasto") %>' />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblDataLav" Text='<%# traduci("lblDataLav") %>' />
|
||||
</td>
|
||||
@@ -47,6 +50,10 @@
|
||||
<asp:TextBox ID="richiestaLabel" runat="server" Text='<%# Eval("richiesta") %>' CssClass="fixedVal"
|
||||
ReadOnly="true" Width="105px" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox ID="guastoLabel" runat="server" Text='<%# Eval("guasto") %>' CssClass="fixedVal"
|
||||
ReadOnly="true" Width="110px" />
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox ID="dataLavLabel" runat="server" Text='<%# Eval("dataLav","{0:dd/MM/yy}") %>'
|
||||
CssClass="fixedVal" ReadOnly="true" Width="105px" />
|
||||
@@ -64,40 +71,39 @@
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblIsFermo" Text='<%# traduci("lblIsFermo") %>' />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblDataOraGuasto" Text='<%# traduci("lblDataOraGuasto") %>' />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblImpianto" Text='<%# traduci("lblImpianto") %>' />
|
||||
</td>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblMacchina" Text='<%# traduci("lblMacchina") %>' />
|
||||
</td>
|
||||
<td>
|
||||
<td colspan="5">
|
||||
<asp:Label runat="server" ID="lblDettagliGuasto" Text='<%# traduci("lblDettagliGuasto") %>' />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:CheckBox ID="isFermoCheckBox" runat="server" Checked='<%# Eval("isFermo") %>'
|
||||
Enabled="false" />
|
||||
</td>
|
||||
<td colspan="5">
|
||||
<asp:TextBox ID="descrAmbitoGuastoLabel" runat="server" Text='<%# Eval("descrAmbitoGuasto") %>'
|
||||
CssClass="fixedVal" ReadOnly="true" />
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:TextBox ID="guastoLabel" runat="server" Text='<%# Eval("guasto") %>' CssClass="fixedVal"
|
||||
ReadOnly="true" Width="110px" />
|
||||
<asp:Label runat="server" ID="lblImpianto" Text='<%# traduci("lblImpianto") %>' />
|
||||
</td>
|
||||
<td>
|
||||
<td colspan="5">
|
||||
<asp:DropDownList ID="listImpianti" runat="server" DataSourceID="odsImpianti" DataTextField="label"
|
||||
DataValueField="value" AutoPostBack="true" Width="300px" BackColor="Silver" Font-Size="8pt"
|
||||
DataValueField="value" AutoPostBack="true" Width="400px" BackColor="Silver" Font-Size="8pt"
|
||||
SelectedValue='<%# Eval("idxImpianto") %>' Enabled="false">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsImpianti" runat="server" OldValuesParameterFormatString="Original_{0}"
|
||||
SelectMethod="getImpiantiValidi" TypeName="DS_utilityTableAdapters.v_selImpiantiTableAdapter">
|
||||
</asp:ObjectDataSource>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label runat="server" ID="lblMacchina" Text='<%# traduci("lblMacchina") %>' />
|
||||
</td>
|
||||
<td colspan="5">
|
||||
<asp:DropDownList ID="listMacchine" runat="server" AutoPostBack="True" DataSourceID="odsMacchine"
|
||||
DataTextField="label" DataValueField="value" Width="300px" BackColor="Silver"
|
||||
DataTextField="label" DataValueField="value" Width="400px" BackColor="Silver"
|
||||
Font-Size="8pt" SelectedValue='<%# Eval("idxMacchina") %>' Enabled="false">
|
||||
</asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
|
||||
@@ -108,16 +114,12 @@
|
||||
</SelectParameters>
|
||||
</asp:ObjectDataSource>
|
||||
</td>
|
||||
<td>
|
||||
<asp:TextBox ID="descrAmbitoGuastoLabel" runat="server" Text='<%# Eval("descrAmbitoGuasto") %>'
|
||||
CssClass="fixedVal" ReadOnly="true" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding-top: 15px;">
|
||||
<asp:Label runat="server" ID="lblDescrCausale" Text='<%# traduci("lblDescrCausale") %>' />
|
||||
</td>
|
||||
<td colspan="4" style="padding-top: 15px;">
|
||||
<td colspan="5" style="padding-top: 15px;">
|
||||
<asp:TextBox ID="descrCausaleLabel" runat="server" Text='<%# Eval("descrCausale") %>'
|
||||
CssClass="fixedValLeft" ReadOnly="true" Width="600px" />
|
||||
</td>
|
||||
@@ -135,9 +137,9 @@
|
||||
<asp:TextBox ID="descrPrioritaLabel" runat="server" Text='<%# Eval("descrPriorita") %>'
|
||||
CssClass="fixedVal" ReadOnly="true" />
|
||||
</td>
|
||||
<td colspan="4">
|
||||
<td colspan="5">
|
||||
<asp:TextBox ID="descrizioneLabel" runat="server" Text='<%# Eval("descrizione") %>'
|
||||
CssClass="fixedValLeft" ReadOnly="true" Height="100px" Width="500px" TextMode="MultiLine" />
|
||||
CssClass="fixedValLeft" ReadOnly="true" Height="100px" Width="600px" TextMode="MultiLine" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user