From 6237ddca8937d50ab70fe711404e4963f3f77807 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Tue, 24 Jun 2025 10:08:09 +0200 Subject: [PATCH] Improves the layout on the create blueprint dialog (#19556) * Improves the layout on the create blueprint dialog. * localize texts --------- Co-authored-by: Mads Rasmussen --- .../modal/create-blueprint-modal.element.ts | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/create-blueprint/modal/create-blueprint-modal.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/create-blueprint/modal/create-blueprint-modal.element.ts index 9fef11870e..988e2221a9 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/create-blueprint/modal/create-blueprint-modal.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/create-blueprint/modal/create-blueprint-modal.element.ts @@ -38,21 +38,21 @@ export class UmbCreateBlueprintModalElement extends UmbModalBaseElement< this.modalContext?.submit(); } - #renderBlueprintName() { - return html`Create a new Content Template from ${this._documentName} - A Content Template is predefined content that an editor can select to use as the basis for creating new content . - Name - (this._blueprintName = e.target.value as string)}>`; - } - override render() { return html` - - ${this.#renderBlueprintName()} + + + + +
+ (this._blueprintName = e.target.value as string)}> +
+
+