prima versione edit commenti (abilitati)
This commit is contained in:
@@ -39,16 +39,17 @@
|
||||
<ItemTemplate>
|
||||
<div class="my-1 ml-0 mr-1 p-0">
|
||||
<asp:LinkButton runat="server" ID="btnEdit" CommandArgument='<%# Eval("InizioStato") %>' OnClick="btnEdit_Click">
|
||||
<div class="card text-white dichBlock rCAll" style="min-width: 10rem;">
|
||||
<div class="card text-white dichBlock rCAll" style="min-width: 9rem;">
|
||||
<div class='card-title p-2 mb-0 rCTop <%# Eval("Semaforo") %>'>
|
||||
<h4>
|
||||
<asp:Label ID="lblStato" runat="server" Text='<%# Eval("Stato", "<b>{0}</b>") %>' /></h4>
|
||||
<h6 class="text-right ml-auto">
|
||||
<b style="font-size: 1.3em;">
|
||||
<asp:Label ID="lblStato" runat="server" Text='<%# Eval("Stato", "<b>{0}</b>") %>' />
|
||||
</b>
|
||||
<div class="text-right ml-auto" style="font-size: 1.1em;">
|
||||
<asp:Label runat="server" ID="lblCodArticolo" Text='<%# Eval("CodArticolo") %>' />
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-text p-0 d-flex align-items-end rCBot">
|
||||
<div class="labelBottom text-left p-2">
|
||||
<div class="card-text p-0 d-flex align-items-end rCBot" style="font-size: 0.8em;">
|
||||
<div class="labelBottom text-left p-1">
|
||||
<asp:Label ID="lblInizioStato" runat="server" Text='<%# Eval("InizioStato", "{0:dd/MM/yyyy HH:mm}") %>' />
|
||||
</div>
|
||||
<div class="labelBottom text-right p-1">
|
||||
@@ -56,11 +57,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:LinkButton>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:Repeater>
|
||||
<asp:ObjectDataSource ID="odsFerm" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="MapoDb.DS_UtilityTableAdapters.FermiNonQualTableAdapter">
|
||||
</asp:LinkButton></div></ItemTemplate></asp:Repeater><asp:ObjectDataSource ID="odsFerm" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="MapoDb.DS_UtilityTableAdapters.FermiNonQualTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter DefaultValue="0" Name="IdxMacchina" SessionField="idxMacchina" Type="String" />
|
||||
<asp:ControlParameter ControlID="ddlPrevDays" DefaultValue="3" Name="gg" PropertyName="SelectedValue" Type="Int32" />
|
||||
|
||||
Reference in New Issue
Block a user