Revision a16d923f
Added by NOYB NOYB over 9 years ago
src/usr/local/www/vpn_ipsec.php | ||
---|---|---|
577 | 577 |
}); |
578 | 578 |
|
579 | 579 |
$('[id^=Xdel_]').click(function (event) { |
580 |
if (confirm("<?=gettext('Are you sure you wish to delete this P1 entry?')?>")) {
|
|
580 |
if (confirm("<?=gettext('Confirmation required to delete this P1 entry.')?>")) {
|
|
581 | 581 |
$('#' + event.target.id.slice(1)).click(); |
582 | 582 |
} |
583 | 583 |
}); |
584 | 584 |
|
585 | 585 |
$('[id^=Xdelp2_]').click(function (event) { |
586 |
if (confirm("<?=gettext('Are you sure you wish to delete this P2 entry?')?>")) {
|
|
586 |
if (confirm("<?=gettext('Confirmation required to delete this P2 entry.')?>")) {
|
|
587 | 587 |
$('#' + event.target.id.slice(1)).click(); |
588 | 588 |
} |
589 | 589 |
}); |
Also available in: Unified diff
Miscellaneous II - Remove Personalizations
Remove "you" personalizations.