summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase2.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-02-01 12:46:09 -0800
committerNOYB <Al_Stu@Frontier.com>2016-02-01 12:46:09 -0800
commit8c045dc8c76030487690aad6ad89c2c60c43e0ce (patch)
treea34b24acbba6e469b61375b462dd7d7ab81cc262 /src/usr/local/www/vpn_ipsec_phase2.php
parent2fdcd8c99234d969e8568a80eda9a47bcae624de (diff)
downloadpfsense-8c045dc8c76030487690aad6ad89c2c60c43e0ce.zip
pfsense-8c045dc8c76030487690aad6ad89c2c60c43e0ce.tar.gz
Add subtle note about unique ID attributes of loop created elements.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_phase2.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_phase2.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase2.php b/src/usr/local/www/vpn_ipsec_phase2.php
index 95d9ff6..a1a6a20 100644
--- a/src/usr/local/www/vpn_ipsec_phase2.php
+++ b/src/usr/local/www/vpn_ipsec_phase2.php
@@ -639,6 +639,7 @@ foreach ($p2_ealgos as $algo => $algodata) {
$group = new Form_Group($i == 0 ? 'Encryption Algorithms':'');
$group->addClass('encalg');
+ // Note: ID attribute of each element created is to be unique.
$group->add(new Form_Checkbox(
'ealgos[]',
null,
@@ -676,6 +677,7 @@ foreach ($p2_ealgos as $algo => $algodata) {
$group = new Form_Group('Hash Algorithms');
foreach ($p2_halgos as $algo => $algoname) {
+ // Note: ID attribute of each element created is to be unique.
$group->add(new Form_Checkbox(
'halgos[]',
null,
OpenPOWER on IntegriCloud