modifiche per checkbox
git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@80 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
@@ -323,7 +323,7 @@ public partial class mod_elencoRichieste : ApplicationUserControl
|
||||
protected override void traduciObj()
|
||||
{
|
||||
base.traduciObj();
|
||||
chkMostraIntChiusi.Text = traduci("chkMostraIntChiusi");
|
||||
chkMostraIntChiusi.Text = traduci("chkMostraIntChiusi_mostra");
|
||||
}
|
||||
/// <summary>
|
||||
/// cambia filtraggio...
|
||||
@@ -333,6 +333,14 @@ public partial class mod_elencoRichieste : ApplicationUserControl
|
||||
protected void chkMostraIntChiusi_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
checkFixOds();
|
||||
if (chkMostraIntChiusi.Checked == false)
|
||||
{
|
||||
chkMostraIntChiusi.Text = traduci("chkMostraIntChiusi_mostra");
|
||||
}
|
||||
else
|
||||
{
|
||||
chkMostraIntChiusi.Text = traduci("chkMostraIntChiusi_nascondi");
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// sistemo filtraggio con valori selezionati
|
||||
|
||||
Reference in New Issue
Block a user