From 2a50a543bfe60a1698f74ef639a709432d13acae Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 10 Dec 2021 15:12:43 +0100 Subject: [PATCH] CSV Import: Fix order of confirmation dialog to match convention --- pages/csvimport.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/csvimport.php b/pages/csvimport.php index 45bfc67ef..70c2ba262 100644 --- a/pages/csvimport.php +++ b/pages/csvimport.php @@ -659,15 +659,15 @@ try { title:'$sDlgTitle', buttons: [ + { + text: "$sNoButton", + click: CancelImport, + }, { text: "$sYesButton", class: "ibo-is-primary", click: RunImport, }, - { - text: "$sNoButton", - click: CancelImport, - } ] }); EOF