diff --git a/OnTopic.Editor.AspNetCore.Host/OnTopic.Editor.AspNetCore.Host.csproj b/OnTopic.Editor.AspNetCore.Host/OnTopic.Editor.AspNetCore.Host.csproj index 381bc706..4255a40a 100644 --- a/OnTopic.Editor.AspNetCore.Host/OnTopic.Editor.AspNetCore.Host.csproj +++ b/OnTopic.Editor.AspNetCore.Host/OnTopic.Editor.AspNetCore.Host.csproj @@ -7,12 +7,12 @@ - - - - - - + + + + + + diff --git a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/ContentTypeList/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/ContentTypeList/Default.cshtml index ef56dc16..4b8eeb59 100644 --- a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/ContentTypeList/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/ContentTypeList/Default.cshtml @@ -14,21 +14,23 @@ else if (Model.TopicList.Count > 2) { } diff --git a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DateTime/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DateTime/Default.cshtml index 103285a4..23e4943b 100644 --- a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DateTime/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/DateTime/Default.cshtml @@ -16,30 +16,32 @@ /> \ No newline at end of file diff --git a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/HTML/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/HTML/Default.cshtml index 67cebb09..a2c78fc0 100644 --- a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/HTML/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/HTML/Default.cshtml @@ -19,35 +19,16 @@ asp-for ="Value" rows =@Model.AttributeDescriptor.Rows columns =@Model.AttributeDescriptor.Columns - class =@Model.AttributeDescriptor.CssClass + class ="@Model.AttributeDescriptor.CssClass form-control" placeholder =@Model.InheritedValue disabled =@(!Model.AttributeDescriptor.IsEnabled) required =@Model.AttributeDescriptor.IsRequired > \ No newline at end of file diff --git a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/IncomingRelationship/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/IncomingRelationship/Default.cshtml new file mode 100644 index 00000000..57d73444 --- /dev/null +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/IncomingRelationship/Default.cshtml @@ -0,0 +1,11 @@ +@model IncomingRelationshipAttributeViewModel + +@{ + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; +} + + \ No newline at end of file diff --git a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Instruction/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Instruction/Default.cshtml new file mode 100644 index 00000000..f588ded5 --- /dev/null +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/Instruction/Default.cshtml @@ -0,0 +1,13 @@ +@model AttributeViewModel + +@{ + Layout = "~/Areas/Editor/Views/Editor/Components/_Layout.cshtml"; +} + +
+ +
+ + \ No newline at end of file diff --git a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/NestedTopicList/Default.cshtml b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/NestedTopicList/Default.cshtml index cde62a49..5ae596f7 100644 --- a/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/NestedTopicList/Default.cshtml +++ b/OnTopic.Editor.AspNetCore/Areas/Editor/Views/Editor/Components/NestedTopicList/Default.cshtml @@ -14,31 +14,39 @@
@@ -50,10 +58,10 @@ values =@Model.AttributeDescriptor.PermittedContentTypes> -