Commit f546fc83 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(captiveportal) fix dialog style on delete

(cherry picked from commit 6873c250)
parent 2bd0a85c
...@@ -136,6 +136,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -136,6 +136,7 @@ POSSIBILITY OF SUCH DAMAGE.
var voucher_provider = $('#voucher-providers').find("option:selected").val(); var voucher_provider = $('#voucher-providers').find("option:selected").val();
if (voucher_group != undefined) { if (voucher_group != undefined) {
BootstrapDialog.show({ BootstrapDialog.show({
type:BootstrapDialog.TYPE_DANGER,
title: '{{ lang._('Remove voucher group') }} "' + voucher_group + '" @ ' + voucher_provider, title: '{{ lang._('Remove voucher group') }} "' + voucher_group + '" @ ' + voucher_provider,
message: '{{ lang._('All vouchers within this group will be deleted') }}', message: '{{ lang._('All vouchers within this group will be deleted') }}',
buttons: [{ buttons: [{
......
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