From e2813d20036c7097832488431e2dfe16379f4bce Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 29 Mar 2021 19:36:26 +0200 Subject: [PATCH] fix webconfig x avere img ok sia locali che IIS01/IIS02 --- GPW_Admin/Web.IIS01.config | 35 ++++++++++--------- GPW_Admin/Web.IIS02.config | 35 ++++++++++--------- GPW_Admin/Web.config | 1 + .../WebUserControls/cmp_userCard.ascx.cs | 8 +++++ 4 files changed, 47 insertions(+), 32 deletions(-) diff --git a/GPW_Admin/Web.IIS01.config b/GPW_Admin/Web.IIS01.config index 40150c7..6a63926 100644 --- a/GPW_Admin/Web.IIS01.config +++ b/GPW_Admin/Web.IIS01.config @@ -3,30 +3,33 @@ - - - - - + \ No newline at end of file diff --git a/GPW_Admin/Web.IIS02.config b/GPW_Admin/Web.IIS02.config index 40150c7..2abde42 100644 --- a/GPW_Admin/Web.IIS02.config +++ b/GPW_Admin/Web.IIS02.config @@ -3,30 +3,33 @@ - - - - - + \ No newline at end of file diff --git a/GPW_Admin/Web.config b/GPW_Admin/Web.config index 046da81..76469e9 100644 --- a/GPW_Admin/Web.config +++ b/GPW_Admin/Web.config @@ -66,6 +66,7 @@ + diff --git a/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs b/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs index c403d87..0d14d20 100644 --- a/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs +++ b/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs @@ -26,6 +26,14 @@ namespace GPW_Admin.WebUserControls { #region Public Properties + public string logoPath + { + get + { + return memLayer.ML.CRS("imgLogoPath"); + } + } + public bool showAll { get