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