From 7b9cd39cb7163a530b5c8d7a6938bbb26d58bc3c Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 4 Jun 2020 21:20:48 -0700 Subject: [PATCH] To/From Fields enabled/disabled, reply message fix --- .../Modules/Admin/UserProfile/View.razor | 86 +++++++++++++------ 1 file changed, 61 insertions(+), 25 deletions(-) diff --git a/Oqtane.Client/Modules/Admin/UserProfile/View.razor b/Oqtane.Client/Modules/Admin/UserProfile/View.razor index 5d5a43f5..39fb13d3 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/View.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/View.razor @@ -1,15 +1,9 @@ -@namespace Oqtane.Modules.Admin.UserProfile -@inherits ModuleBase -@inject NavigationManager NavigationManager -@inject IUserService UserService -@inject INotificationService NotificationService - -@if (PageState.User != null) +@if (PageState.User != null) { + @if (title == "From") + { + + } + @if (title == "To") + { + + } + @if (title == "From") { + + } + @if (title == "From") + { + + +
- + @@ -17,47 +11,85 @@
- +
+ + + +
- + - + +
+ + +