Commit 8b113ba7 authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

red dialog title

(cherry picked from commit d29b6a49)
parent da856e24
......@@ -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: [{
......
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