summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-04-11 06:56:55 +0545
committerPhil Davis <phil.davis@inf.org>2016-04-11 06:56:55 +0545
commitd0c26f1142c495aca5537c2b2061f972b1b324d3 (patch)
tree67cbca97fd78a9ead00dbb1846f57382811a5a45 /src/usr/local/www/vpn_ipsec_keys_edit.php
parent04e646ebd2f63ec03ece64dda5505ab374699b50 (diff)
downloadpfsense-d0c26f1142c495aca5537c2b2061f972b1b324d3.zip
pfsense-d0c26f1142c495aca5537c2b2061f972b1b324d3.tar.gz
Make VPN IPsec Keys messages proper infoblock
Redmine #6107 Note: I made this text be open by default on the edit page (blockopen) because maybe users should see it by default.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_keys_edit.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys_edit.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys_edit.php b/src/usr/local/www/vpn_ipsec_keys_edit.php
index 4757c4c..92994c7 100644
--- a/src/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/src/usr/local/www/vpn_ipsec_keys_edit.php
@@ -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");
OpenPOWER on IntegriCloud