Corretto anomalia esportazione

Corretto click su edito di testo "invio" che annullava editing (messo messagigo conferma)

#fixed 1498
#fixed 1500

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@168 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
samuele
2010-01-28 17:28:09 +00:00
parent 1539ce041c
commit 9dc61f2402
24 changed files with 47 additions and 49 deletions
Binary file not shown.
+1 -1
View File
@@ -102,7 +102,7 @@
<add key="welcomeApp" value="GIM_welcomeApp"/>
<add key="appName" value="GIM"/>
<add key="mainRev" value="1.1"/>
<add key="minRev" value="165"/>
<add key="minRev" value="170"/>
<add key="copyRight" value="SteamWare © 2006-2010"/>
<add key="defaultApp" value="GIM_Appl"/>
<add key="defaultTitle" value="GIM_ShortWelcome"/>
@@ -18,7 +18,7 @@
<add key="welcomeApp" value="GIM_welcomeApp"/>
<add key="appName" value="GIM"/>
<add key="mainRev" value="1.1"/>
<add key="minRev" value="165"/>
<add key="minRev" value="170"/>
<add key="copyRight" value="SteamWare © 2006-2010"/>
<add key="defaultApp" value="GIM_Appl"/>
<add key="defaultTitle" value="GIM_ShortWelcome"/>
@@ -1,6 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="mod_dettaglioIntervento" Codebehind="mod_dettaglioIntervento.ascx.cs" %>
<%@ Register Src="~/WebUserControls/mod_interventoOpMtz.ascx" TagName="mod_interventoOpMtz" TagPrefix="uc1" %>
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_dettaglioIntervento"
CodeBehind="mod_dettaglioIntervento.ascx.cs" %>
<%@ Register Src="~/WebUserControls/mod_interventoOpMtz.ascx" TagName="mod_interventoOpMtz"
TagPrefix="uc1" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<%@ Register Src="~/WebUserControls/mod_dataOra.ascx" TagName="mod_dataOra" TagPrefix="uc2" %>
<div style="text-align: center; width: 100%;">
@@ -9,6 +10,7 @@
</div>
<div style="float: right;">
<asp:Button ID="btnCancel" runat="server" Width="150px" OnClick="btnCancel_Click" />
<cc1:ConfirmButtonExtender ID="cbeCancel" runat="server" TargetControlID="btnCancel" />
</div>
<div style="margin: 2px;">
<asp:Button ID="btnCompilaMtz" runat="server" Width="150px" OnClick="btnCompilaMtz_Click" />
@@ -260,7 +262,7 @@
<asp:Label runat="server" ID="lblDataLav" Text='<%# traduci("lblDataLav") %>' Font-Size="X-Small" />
</td>
<td>
<asp:Label runat="server" ID="lblTurnoLav" Text='<%# traduci("lblTurnoLav") %>' Font-Size="X-Small" />
<asp:Label runat="server" ID="lblTurnoLav" Text='<%# traduci("lblTurnoLav") %>' Font-Size="X-Small"><span id="ctl00_ctl00_lblTurnoLav" style="font-size:X-Small;">[lblTurnoLav]</span></asp:Label>
</td>
<td>
<asp:Label runat="server" ID="lblMatr" Text='<%# traduci("lblMatr") %>' Font-Size="X-Small" />
@@ -620,7 +622,7 @@
<td colspan="6">
<asp:TextBox ID="txtDescrizione" runat="server" Text='<%# Bind("descrizione") %>'
CssClass="textEv_2Left" Height="100px" Width="530px" TextMode="MultiLine" />
<asp:RequiredFieldValidator ID="rfvDescrizione" runat="server" ErrorMessage="Obbligatorio !!!"
<asp:RequiredFieldValidator ID="rfvDescrizione" runat="server" ErrorMessage="Obbligatorio !!!"
ControlToValidate="txtDescrizione" Display="Dynamic"></asp:RequiredFieldValidator>
</td>
</tr>
@@ -49,6 +49,7 @@ public partial class mod_dettaglioIntervento : System.Web.UI.UserControl
btnCancel.Text = traduci("btnCancel");
btnCompilaMtz.Text = traduci("btnCompilaMtz");
btnEditFull.Text = traduci("btnEditFull");
cbeCancel.ConfirmText = traduci("confermaAnnullaEdit");
}
/// <summary>
/// wrapper alla traduzione
@@ -30,6 +30,15 @@ public partial class mod_dettaglioIntervento {
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnCancel;
/// <summary>
/// cbeCancel control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.ConfirmButtonExtender cbeCancel;
/// <summary>
/// btnCompilaMtz control.
/// </summary>
@@ -274,7 +274,7 @@ public partial class mod_elencoRichieste : ApplicationUserControl
/// <returns></returns>
public string formattaUrl(object idx)
{
return String.Format("~/ExportPdf.aspx?tipo={0}&idx={1}", Convert.ToInt32(reportRichiesto.RichiestaIntervento), idx); // !!! verificare se . o ~
return String.Format("~/ExportPdf.aspx?tipo={0}&idx={1}", Convert.ToInt32(reportRichiesto.RichiestaIntervento), idx);
}
/// <summary>
/// prende in carico e stampa la scheda selezionata
@@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_menuTop" Codebehind="mod_menuTop.ascx.cs" %>
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_menuTop" CodeBehind="mod_menuTop.ascx.cs" %>
<asp:Timer ID="Timer1" runat="server" Interval="10000" OnTick="Timer1_Tick">
</asp:Timer>
<table id="table1" cellspacing="0" cellpadding="0" width="100%" border="0">
@@ -14,8 +14,10 @@
<asp:Label ID="lblTitle" runat="server" />
</td>
<td style="width: 25%; text-align: right;">
<asp:Label ID="lblDateTime" runat="server" CssClass="smallTimeClock" />
<asp:LinkButton ID="btnUpdate" runat="server" CssClass="dxButtonClass" OnClick="btnUpdate_Click"></asp:LinkButton>
<asp:Label ID="lblDateTime" runat="server" CssClass="smallTimeClock" />
<asp:HyperLink runat="server" ID="lnkHelp" CssClass="dxButtonClass" NavigateUrl="~/help/index.html" Target="_blank">
<asp:Image ID="imgHelp" runat="server" ImageUrl="~/images/help_22.png" /></asp:HyperLink>
</td>
</tr>
<tr class="barraTitolo">
@@ -91,6 +91,7 @@ public partial class mod_menuTop : ApplicationUserControl
{
if (!Page.IsPostBack)
{
lnkHelp.ToolTip = traduci("ApriManualeHelp");
// solo se user è auth...
if (user_std.UtSn.isAuth)
{
@@ -39,6 +39,15 @@ public partial class mod_menuTop {
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblTitle;
/// <summary>
/// btnUpdate control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.LinkButton btnUpdate;
/// <summary>
/// lblDateTime control.
/// </summary>
@@ -49,13 +58,22 @@ public partial class mod_menuTop {
protected global::System.Web.UI.WebControls.Label lblDateTime;
/// <summary>
/// btnUpdate control.
/// lnkHelp control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.LinkButton btnUpdate;
protected global::System.Web.UI.WebControls.HyperLink lnkHelp;
/// <summary>
/// imgHelp control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Image imgHelp;
/// <summary>
/// lnkShowHide control.
@@ -65,7 +65,7 @@ public partial class mod_reportInterventi : System.Web.UI.UserControl
/// <returns></returns>
private string formattaUrl(reportRichiesto tipo, intervalloDate periodo)
{
string answ = String.Format("./ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}", Convert.ToInt32(tipo), periodo.inizio, periodo.fine, user_std.UtSn.userNameAD); // !!! verificare se . o ~
string answ = String.Format("~/ExportPdf.aspx?tipo={0}&inizio={1}&fine={2}&username={3}", Convert.ToInt32(tipo), periodo.inizio, periodo.fine, user_std.UtSn.userNameAD);
// effettuo controlli valori checkBox
if (chkShowMtzPrev.Checked)
{
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

@@ -1,35 +0,0 @@
21/01/2010 17:37:19 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 364
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 365
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 366
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 367
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 368
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 369
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 370
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 371
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 372
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 373
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 374
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 375
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 376
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 377
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 378
21/01/2010 17:37:19 [INFO] - Accodata la richiesta di manutenzione (programmata) num 379
21/01/2010 17:38:28 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 17:38:44 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:01:52 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:13:14 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:25:07 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:28:46 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:33:19 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:39:05 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:43:27 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:44:46 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:45:01 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:48:20 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:48:35 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:53:12 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 18:58:09 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 19:00:24 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 19:02:02 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
21/01/2010 19:03:48 [INFO] - L'utente Locatelli Samuele (VOSTRO410\samuele) ha effettuato il login correttamente
Binary file not shown.
@@ -33,7 +33,7 @@ public partial class report_impianti : System.Web.UI.Page
private string formattaUrl()
{
return String.Format("~/ExportPdf.aspx?tipo={0}", Convert.ToInt32(reportRichiesto.ElencoMacchine)); // !!! verificare se . o ~
return String.Format("~/ExportPdf.aspx?tipo={0}", Convert.ToInt32(reportRichiesto.ElencoMacchine));
}
protected void btnPrint_Click(object sender, EventArgs e)
Binary file not shown.