cambio traduzione x TAB (elenco stampabile)

This commit is contained in:
Samuele Locatelli
2021-04-21 12:28:56 +02:00
parent c20fa6940e
commit e377d88a1b
@@ -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">