red dialog title

This commit is contained in:
Fabian Franz 2015-12-26 21:30:09 +01:00
parent c63cebe97c
commit d29b6a49c1

View File

@ -83,7 +83,7 @@ $( document ).ready(function() {
$(".act_delete").click(function(){
var id = $(this).attr("id").split('_').pop(-1);
BootstrapDialog.show({
type:BootstrapDialog.TYPE_INFO,
type:BootstrapDialog.TYPE_DANGER,
title: "<?= gettext("IPsec");?>",
message: "<?= gettext("Do you really want to delete this Pre-Shared Key?");?>",
buttons: [{