cambio traduzione x TAB (elenco stampabile)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<asp:CheckBox runat="server" ID="chkOnlyMacc" Text="Solo assegnazione diretta" Checked="true" AutoPostBack="true" />
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<asp:CheckBox runat="server" ID="chkShowAll" Text="Mostra tutti" Checked="false" AutoPostBack="true" OnCheckedChanged="chkShowAll_CheckedChanged" />
|
||||
<asp:CheckBox runat="server" ID="chkShowAll" Text="Formato per Stampa" Checked="false" AutoPostBack="true" OnCheckedChanged="chkShowAll_CheckedChanged" />
|
||||
</div>
|
||||
</div>
|
||||
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataKeyNames="idxPromessa" DataSourceID="ods" AllowPaging="true" CssClass="table table-dark table-striped table-sm">
|
||||
|
||||
Reference in New Issue
Block a user