print_info_box_np(gettext("The IPsec tunnel configuration has been changed").".<br />".gettext("You must apply the changes in order for them to take effect."));
}
?>
<sectionclass="col-xs-12">
<?$active_tab="/vpn_ipsec_settings.php";
include('vpn_ipsec_tabs.inc');?>
<divclass="tab-content content-box col-xs-12">
<formaction="vpn_ipsec_keys.php"method="post">
<divclass="table-responsive">
<tableclass="table table-striped table-sort">
<divclass="container-fluid">
<divclass="row">
<?php
if(isset($savemsg)){
print_info_box($savemsg);
}
if(is_subsystem_dirty('ipsec')){
print_info_box_np(gettext("The IPsec tunnel configuration has been changed").".<br />".gettext("You must apply the changes in order for them to take effect."));