diff --git a/Yavsc/Models/Messaging/RdvQueryEvent.cs b/Yavsc/Models/Messaging/RdvQueryEvent.cs index 234529e6..4ed600ed 100644 --- a/Yavsc/Models/Messaging/RdvQueryEvent.cs +++ b/Yavsc/Models/Messaging/RdvQueryEvent.cs @@ -29,7 +29,7 @@ public class RdvQueryEvent: RdvQueryProviderInfo, IEvent { public RdvQueryEvent() { - Topic = "BookQuery"; + Topic = "RdvQuery"; } public string Message diff --git a/Yavsc/Views/FrontOffice/Profiles.cshtml b/Yavsc/Views/FrontOffice/Profiles.cshtml index 888e734b..3eae3277 100644 --- a/Yavsc/Views/FrontOffice/Profiles.cshtml +++ b/Yavsc/Views/FrontOffice/Profiles.cshtml @@ -8,7 +8,7 @@ @foreach (var profile in Model) {
- @Html.DisplayFor(m=>m) + @Html.DisplayFor(m=>profile)
diff --git a/Yavsc/wwwroot/css/bootstrap.css b/Yavsc/wwwroot/css/bootstrap.css index 223c0623..658f50a7 100644 --- a/Yavsc/wwwroot/css/bootstrap.css +++ b/Yavsc/wwwroot/css/bootstrap.css @@ -5119,9 +5119,9 @@ a.thumbnail.active { color: #2b542c; } .alert-info { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; + color: #f4ebc9; + background-color: #1d698f; + border-color: #0a4563; } .alert-info hr { border-top-color: #a6e1ec; diff --git a/YavscLib/IBlog.cs b/YavscLib/Blogspot/IBlog.cs similarity index 100% rename from YavscLib/IBlog.cs rename to YavscLib/Blogspot/IBlog.cs diff --git a/YavscLib/ICode.cs b/YavscLib/IT/ICode.cs similarity index 100% rename from YavscLib/ICode.cs rename to YavscLib/IT/ICode.cs diff --git a/YavscLib/IApplicationUser.cs b/YavscLib/Identity/IApplicationUser.cs similarity index 100% rename from YavscLib/IApplicationUser.cs rename to YavscLib/Identity/IApplicationUser.cs diff --git a/YavscLib/IChatUserInfo.cs b/YavscLib/Identity/IChatUserInfo.cs similarity index 100% rename from YavscLib/IChatUserInfo.cs rename to YavscLib/Identity/IChatUserInfo.cs diff --git a/YavscLib/ICircle.cs b/YavscLib/Identity/ICircle.cs similarity index 100% rename from YavscLib/ICircle.cs rename to YavscLib/Identity/ICircle.cs diff --git a/YavscLib/ICircleMember.cs b/YavscLib/Identity/ICircleMember.cs similarity index 100% rename from YavscLib/ICircleMember.cs rename to YavscLib/Identity/ICircleMember.cs diff --git a/YavscLib/ICircleAuthorization.cs b/YavscLib/Identity/Security/ICircleAuthorization.cs similarity index 100% rename from YavscLib/ICircleAuthorization.cs rename to YavscLib/Identity/Security/ICircleAuthorization.cs diff --git a/YavscLib/ICircleAuthorized.cs b/YavscLib/Identity/Security/ICircleAuthorized.cs similarity index 100% rename from YavscLib/ICircleAuthorized.cs rename to YavscLib/Identity/Security/ICircleAuthorized.cs diff --git a/YavscLib/IAccountBalance.cs b/YavscLib/Workflow/IAccountBalance.cs similarity index 100% rename from YavscLib/IAccountBalance.cs rename to YavscLib/Workflow/IAccountBalance.cs diff --git a/YavscLib/IActivity.cs b/YavscLib/Workflow/IActivity.cs similarity index 100% rename from YavscLib/IActivity.cs rename to YavscLib/Workflow/IActivity.cs diff --git a/YavscLib/IBlackListed.cs b/YavscLib/Workflow/IBlackListed.cs similarity index 100% rename from YavscLib/IBlackListed.cs rename to YavscLib/Workflow/IBlackListed.cs diff --git a/YavscLib/ICoWorking.cs b/YavscLib/Workflow/ICoWorking.cs similarity index 100% rename from YavscLib/ICoWorking.cs rename to YavscLib/Workflow/ICoWorking.cs diff --git a/YavscLib/ICommandForm.cs b/YavscLib/Workflow/ICommandForm.cs similarity index 100% rename from YavscLib/ICommandForm.cs rename to YavscLib/Workflow/ICommandForm.cs diff --git a/YavscLib/IContact.cs b/YavscLib/Workflow/IContact.cs similarity index 100% rename from YavscLib/IContact.cs rename to YavscLib/Workflow/IContact.cs diff --git a/YavscLib/IGoogleCloudMobileDeclaration.cs b/YavscLib/Workflow/IGoogleCloudMobileDeclaration.cs similarity index 100% rename from YavscLib/IGoogleCloudMobileDeclaration.cs rename to YavscLib/Workflow/IGoogleCloudMobileDeclaration.cs diff --git a/YavscLib/ILocation.cs b/YavscLib/Workflow/ILocation.cs similarity index 100% rename from YavscLib/ILocation.cs rename to YavscLib/Workflow/ILocation.cs diff --git a/YavscLib/IPosition.cs b/YavscLib/Workflow/IPosition.cs similarity index 100% rename from YavscLib/IPosition.cs rename to YavscLib/Workflow/IPosition.cs diff --git a/YavscLib/ISpecializationSettings.cs b/YavscLib/Workflow/ISpecializationSettings.cs similarity index 100% rename from YavscLib/ISpecializationSettings.cs rename to YavscLib/Workflow/ISpecializationSettings.cs