From a8e363dbd16eac34f79995b08169d9ac9ee23f14 Mon Sep 17 00:00:00 2001 From: Sergey Tolkachyov Date: Wed, 26 Jul 2023 21:57:21 +0400 Subject: [PATCH] [5.0] Update bootstrap modal layout - add modalCss optional parameter (#40650) * Update layouts bootstrap modal main.php Add an optional parameter 'modalCss' to $params array * Fixed code style * Update code style * Update layouts/libraries/html/bootstrap/modal/main.php Co-authored-by: Quy --------- Co-authored-by: Quy Co-authored-by: Robert Deutz --- layouts/libraries/html/bootstrap/modal/main.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/layouts/libraries/html/bootstrap/modal/main.php b/layouts/libraries/html/bootstrap/modal/main.php index 0e357e8997ca3..6ce9aece875fc 100644 --- a/layouts/libraries/html/bootstrap/modal/main.php +++ b/layouts/libraries/html/bootstrap/modal/main.php @@ -32,6 +32,7 @@ * - bodyHeight int Optional height of the modal body in viewport units (vh) * - modalWidth int Optional width of the modal in viewport units (vh) * - footer string Optional markup for the modal footer + * - modalCss string Optional CSS classes of the modal * @var string $body Markup for the modal body. Appended after the