fix css + inclusione classi JS gestione touch...
This commit is contained in:
@@ -16,17 +16,23 @@ namespace GPW.WebUserControls
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
/// salvo nuovo device...
|
||||
/// resetto tutto
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnConferma_Click(object sender, EventArgs e)
|
||||
protected void btnAnnulla_Click(object sender, EventArgs e)
|
||||
{
|
||||
ddlIdxDipendente.SelectedIndex = 0;
|
||||
lblWarning.Visible = false;
|
||||
}
|
||||
|
||||
protected void lbtSendEmail_Click(object sender, EventArgs e)
|
||||
{
|
||||
// cerco key x user selezionato
|
||||
int idxDipendente = 0;
|
||||
string UserAuthKey = "";
|
||||
string destinatario = "";
|
||||
|
||||
|
||||
DS_Applicazione.DipendentiRow dipendente = null;
|
||||
try
|
||||
{
|
||||
@@ -43,15 +49,5 @@ namespace GPW.WebUserControls
|
||||
DataProxy.DP.sendUserAuthEmail(destinatario, UserAuthKey, idxDipendente);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// resetto tutto
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnAnnulla_Click(object sender, EventArgs e)
|
||||
{
|
||||
ddlIdxDipendente.SelectedIndex = 0;
|
||||
lblWarning.Visible = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user