mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2860 from phil-davis/ipsec-keys-infobox
This commit is contained in:
commit
6fbdb36e79
@ -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"); ?>
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user