mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
CSV Import: Fix order of confirmation dialog to match convention
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user