From 0d7ebfcfd2f792c1a79c29d0a7f291cc4f4e4c65 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Fri, 27 Sep 2024 22:02:27 +0300 Subject: [PATCH] fix iframe flash message rendering --- app/templates/Standard/add-edit-view.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/templates/Standard/add-edit-view.php b/app/templates/Standard/add-edit-view.php index 63910e245..36078b715 100644 --- a/app/templates/Standard/add-edit-view.php +++ b/app/templates/Standard/add-edit-view.php @@ -73,10 +73,10 @@
- -

+ getLayout() !== 'iframe'): ?> +

-

+

- + +getLayout() === 'iframe'): ?> - element('flash', $flashArgs); ?> + element('flash', $flashArgs) ?>