From 71d61aa52771c9cf9f700a8faa93dd0991bb19f0 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 6 May 2010 15:43:14 -0400 Subject: Reorder Auth. Method and PSK field to a more logical sequence. Part of ticket #108. --- usr/local/www/vpn_ipsec_phase1.php | 65 +++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 32 deletions(-) (limited to 'usr/local/www/vpn_ipsec_phase1.php') diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php index 7348cad..e902bc6 100644 --- a/usr/local/www/vpn_ipsec_phase1.php +++ b/usr/local/www/vpn_ipsec_phase1.php @@ -442,7 +442,8 @@ function dpdchkbox_change() { $tab_array = array(); $tab_array[0] = array("Tunnels", true, "vpn_ipsec.php"); $tab_array[1] = array("Mobile clients", false, "vpn_ipsec_mobile.php"); - $tab_array[2] = array("Logs", false, "diag_logs_ipsec.php"); + $tab_array[2] = array("Pre-shared keys", false, "vpn_ipsec_keys.php"); + $tab_array[3] = array("Logs", false, "diag_logs_ipsec.php"); display_top_tabs($tab_array); ?> @@ -519,6 +520,26 @@ function dpdchkbox_change() { + Authentication method + + +
+ + Must match the setting chosen on the remote side. + + + + Negotiation mode + + Pre-Shared Key + + + + +
+ Input your pre-shared key string. +
+ + Encryption algorithm @@ -623,37 +655,6 @@ function dpdchkbox_change() { seconds - - Authentication method - - -
- - Must match the setting chosen on the remote side. - - - - - Pre-Shared Key - - - - -
- Input your pre-shared key string. -
- - My Certificate -- cgit v1.1