From 4f9294b646c267beb31672ae9aca45ed52f2b987 Mon Sep 17 00:00:00 2001 From: Trevor Forrester Date: Mon, 20 Jul 2026 21:20:52 +1000 Subject: [PATCH] Fix Blog export dialog styling on DNN 10 The Blog export dialog was being created correctly, but DNN 10 did not reliably apply the classes supplied through the legacy dialogClass option to the generated jQuery UI dialog wrapper. This caused the Export title, text, download link, and buttons to appear outside a properly styled popup. This change retrieves the generated dialog widget when it opens and applies the required DNN popup classes directly: dnnFormPopup dnnClear dnnBlogExportPopup The button-pane selectors were also scoped to the current Export dialog to avoid affecting other dialogs on the page. Tested successfully on: DNN 9.13.1 clean DNN 10.3.2 installation production DNN 10.3.2 installation Blog export and BlogML download Blog import --- Server/Blog/Manage.ascx | 142 ++++++++++++++++++++++++++++------------ 1 file changed, 100 insertions(+), 42 deletions(-) diff --git a/Server/Blog/Manage.ascx b/Server/Blog/Manage.ascx index 563b7228..131b6b61 100644 --- a/Server/Blog/Manage.ascx +++ b/Server/Blog/Manage.ascx @@ -87,46 +87,104 @@ \ No newline at end of file