From ff6e5cc71dca34bc852be2ab9338ffa7903a286f Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Thu, 10 Feb 2022 08:32:15 +0000 Subject: [PATCH] MDL-73797 output: swap order of buttons in save/cancel dialogs. The primary button should swap position with the secondary button, so that it's displayed on the right hand side of the dialog. --- lib/templates/modal_save_cancel.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/modal_save_cancel.mustache b/lib/templates/modal_save_cancel.mustache index 4e6326069f4..73e750f6af2 100644 --- a/lib/templates/modal_save_cancel.mustache +++ b/lib/templates/modal_save_cancel.mustache @@ -40,7 +40,7 @@ {{< core/modal }} {{$footer}} - + {{/footer}} {{/ core/modal }}