From 588bea04b2cae7717cfa3688386ffa978a95b124 Mon Sep 17 00:00:00 2001 From: samuele Date: Fri, 23 Jan 2009 12:46:19 +0000 Subject: [PATCH] =?UTF-8?q?Update=20gestione=20visibilit=C3=A0=20controllo?= =?UTF-8?q?=20intervento=20operatori=20mtz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@39 3e04ef4b-3b25-4b6c-be27-bb5389ca777b --- WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs b/WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs index 7e651d5..7e50571 100644 --- a/WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs +++ b/WebSites/WebGIM/mod_dettaglioIntervento.ascx.cs @@ -31,6 +31,7 @@ public partial class mod_dettaglioIntervento : System.Web.UI.UserControl frmView_default.ChangeMode(FormViewMode.ReadOnly); frmView_default.Visible = true; frmView_full.Visible = false; + mod_interventoOpMtz1.Visible = false; } private void traduciObj() @@ -65,6 +66,7 @@ public partial class mod_dettaglioIntervento : System.Web.UI.UserControl frmView_default.ChangeMode(FormViewMode.Edit); frmView_default.Visible = true; frmView_full.Visible = false; + mod_interventoOpMtz1.Visible = true; } /// /// permette editing di tutto @@ -76,6 +78,7 @@ public partial class mod_dettaglioIntervento : System.Web.UI.UserControl frmView_full.ChangeMode(FormViewMode.Edit); frmView_full.Visible = true; frmView_default.Visible = false; + mod_interventoOpMtz1.Visible = true; } /// /// chiude la parte di editing