Revision 33f0b0d5
Added by Stephen Beaver over 9 years ago
src/usr/local/www/vpn_ipsec.php | ||
---|---|---|
396 | 396 |
<?php if (!isset($ph1ent['mobile'])): ?> |
397 | 397 |
<a class="fa fa-clone" href="vpn_ipsec_phase1.php?dup=<?=$i?>" title="<?=gettext("Copy phase1 entry"); ?>"></a> |
398 | 398 |
<?php endif; ?> |
399 |
<a class="fa fa-trash" id="Xdel_<?=$i?>" title="<?=gettext('Delete phase1 entry'); ?>"></a> |
|
399 |
<a class="fa fa-trash no-confirm" id="Xdel_<?=$i?>" title="<?=gettext('Delete phase1 entry'); ?>"></a>
|
|
400 | 400 |
<button style="display: none;" class="btn btn-xs btn-warning" type="submit" id="del_<?=$i?>" name="del_<?=$i?>" value="del_<?=$i?>" title="<?=gettext('Delete phase1 entry'); ?>">delete</button> |
401 | 401 |
|
402 | 402 |
</td> |
... | ... | |
509 | 509 |
<!-- <button class="btn btn-xs btn-default" type="submit" name="movep2_<?=$j?>" value="movep2_<?=$j?>"><?=gettext("Move checked P2s here")?></button> --> |
510 | 510 |
<a class="fa fa-pencil" href="vpn_ipsec_phase2.php?p2index=<?=$ph2ent['uniqid']?>" title="<?=gettext("Edit phase2 entry"); ?>"></a> |
511 | 511 |
<a class="fa fa-clone" href="vpn_ipsec_phase2.php?dup=<?=$ph2ent['uniqid']?>" title="<?=gettext("Add a new Phase 2 based on this one"); ?>"></a> |
512 |
<a class="fa fa-trash" id="Xdelp2_<?=$i?>" title="<?=gettext('Delete phase2 entry'); ?>"></a> |
|
512 |
<a class="fa fa-trash no-confirm" id="Xdelp2_<?=$i?>" title="<?=gettext('Delete phase2 entry'); ?>"></a>
|
|
513 | 513 |
<button style="display: none;" class="btn btn-xs btn-warning" type="submit" id="delp2_<?=$ph2index?>" name="delp2_<?=$ph2index?>" value="delp2_<?=$ph2index?>" title="<?=gettext('delete phase2 entry'); ?>">delete</button> |
514 | 514 |
</td> |
515 | 515 |
</tr> |
... | ... | |
530 | 530 |
endif; |
531 | 531 |
*/ |
532 | 532 |
?> |
533 |
<a class="btn btn-xs btn-success" href="vpn_ipsec_phase2.php?ikeid=<?=$ph1ent['ikeid']?><?php if (isset($ph1ent['mobile'])) echo "&mobile=true"?>"><?=gettext("Add phase2 entry"); ?> |
|
533 |
<a class="btn btn-xs btn-success" href="vpn_ipsec_phase2.php?ikeid=<?=$ph1ent['ikeid']?><?php if (isset($ph1ent['mobile'])) echo "&mobile=true"?>"> |
|
534 |
<i class="fa fa-plus icon-embed-btn"></i> |
|
535 |
<?=gettext("Add P2")?> |
|
534 | 536 |
</a> |
535 | 537 |
<?php |
536 | 538 |
/* |
... | ... | |
574 | 576 |
<?=gettext("Add P1")?> |
575 | 577 |
</a> |
576 | 578 |
<?php if ($i !== 0): ?> |
577 |
<button type="submit" name="del" class="btn btn-danger btn-sm" value="<?=gettext("Delete selected P1s")?>" onclick="return confirm('<?=gettext("Do you really want to delete the selected phase1 entries?")?>')">
|
|
579 |
<button type="submit" name="del" class="btn btn-danger btn-sm" value="<?=gettext("Delete selected P1s")?>"> |
|
578 | 580 |
<i class="fa fa-trash icon-embed-btn"></i> |
579 | 581 |
<?=gettext("Delete P1s")?> |
580 | 582 |
</button> |
... | ... | |
582 | 584 |
</nav> |
583 | 585 |
</form> |
584 | 586 |
|
585 |
<div class="alert alert-info">
|
|
586 |
<strong><?=gettext("Note:")?></strong><br />
|
|
587 |
<?=gettext("You can check your IPsec status at"); ?> <a href="diag_ipsec.php"><?=gettext("Status:IPsec"); ?></a>.<br />
|
|
588 |
<?=gettext("IPsec Debug Mode can be enabled at"); ?> <a href="vpn_ipsec_settings.php"><?=gettext("VPN:IPsec:Advanced Settings"); ?></a>.<br />
|
|
589 |
<?=gettext("IPsec can be set to prefer older SAs at"); ?> <a href="vpn_ipsec_settings.php"><?=gettext("VPN:IPsec:Advanced Settings"); ?></a>.
|
|
587 |
<div id="infoblock">
|
|
588 |
<?=print_info_box('<strong>' . gettext("Note:") . '</strong><br />' .
|
|
589 |
gettext("You can check your IPsec status at ") . '<a href="diag_ipsec.php">' . gettext("Status:IPsec") . '</a>.<br />' .
|
|
590 |
gettext("IPsec Debug Mode can be enabled at ") . '<a href="vpn_ipsec_settings.php">' .gettext("VPN:IPsec:Advanced Settings") . '</a>.<br />' .
|
|
591 |
gettext("IPsec can be set to prefer older SAs at ") . '<a href="vpn_ipsec_settings.php">' . gettext("VPN:IPsec:Advanced Settings") . '</a>', info)?>
|
|
590 | 592 |
</div> |
591 | 593 |
|
592 | 594 |
<script type="text/javascript"> |
Also available in: Unified diff
Delete confirmation vi fa-trash automated via pfSense.js