Merge pull request #2860 from phil-davis/ipsec-keys-infobox

This commit is contained in:
Stephen Beaver 2016-04-11 08:19:48 -04:00
commit 6fbdb36e79
2 changed files with 8 additions and 4 deletions

View File

@ -201,9 +201,9 @@ if (is_subsystem_dirty('ipsec')) {
<?=gettext("Add")?>
</a>
</nav>
<div class="infoblock">
<?php
print_info_box(gettext("PSK for any user can be set by using an identifier of any."), 'info', false);
?>
</div>
<?php include("foot.inc"); ?>

View File

@ -197,7 +197,11 @@ if (isset($id) && $a_secret[$id]) {
$form->add($section);
print $form;
?>
<div class="infoblock blockopen">
<?php
print_info_box(gettext("PSK for any user can be set by using an identifier of any."), 'info', false);
?>
</div>
<?php
include("foot.inc");