Commit 5234c7d2 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(ui) change type to danger in stdDialogRemoveItem

(cherry picked from commit aa0fc181)
parent 62e1f06a
......@@ -260,7 +260,7 @@ function stdDialogRemoveItem(message, callback) {
BootstrapDialog.confirm({
title: 'Remove',
message: message,
type:BootstrapDialog.TYPE_WARNING,
type:BootstrapDialog.TYPE_DANGER,
btnCancelLabel: 'Cancel',
btnOKLabel: 'Yes',
btnOKClass: 'btn-primary',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment