summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/openvpn_wizard.xml
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-11 16:14:49 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-11 16:14:49 +0000
commitdba6bcbf7a02eb543355f1239378ea6ab2998c45 (patch)
tree8e1c8ad62029cebdadf37f9c31e175bcab89dc6f /usr/local/www/wizards/openvpn_wizard.xml
parent2ca50c87df75ce30e135cfcf1c2d056403a61c47 (diff)
downloadpfsense-dba6bcbf7a02eb543355f1239378ea6ab2998c45.zip
pfsense-dba6bcbf7a02eb543355f1239378ea6ab2998c45.tar.gz
Improve wizard.
Diffstat (limited to 'usr/local/www/wizards/openvpn_wizard.xml')
-rw-r--r--usr/local/www/wizards/openvpn_wizard.xml23
1 files changed, 18 insertions, 5 deletions
diff --git a/usr/local/www/wizards/openvpn_wizard.xml b/usr/local/www/wizards/openvpn_wizard.xml
index 06e250c..36532b9 100644
--- a/usr/local/www/wizards/openvpn_wizard.xml
+++ b/usr/local/www/wizards/openvpn_wizard.xml
@@ -31,7 +31,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
</copyright>
-<totalsteps>8</totalsteps>
+<totalsteps>12</totalsteps>
<step>
<id>1</id>
<title>OpenVPN Remote Access Server Setup Wizard</title>
@@ -89,6 +89,10 @@
</field>
<field>
<type>submit</type>
+ <name>Add new LDAP server</name>
+ </field>
+ <field>
+ <type>submit</type>
<name>Next</name>
</field>
</fields>
@@ -193,7 +197,6 @@
<name>Add new Server</name>
</field>
</fields>
- <stepbeforeformdisplay>step3_stepbeforeformdisplay();</stepbeforeformdisplay>
<stepsubmitphpaction>step3_submitphpaction();</stepsubmitphpaction>
<javascriptafterformdisplay>enablechange();</javascriptafterformdisplay>
<includefile>/usr/local/www/wizards/openvpn_wizard.inc</includefile>
@@ -219,6 +222,10 @@
</option>
</options>
</field>
+ <field>
+ <type>submit</type>
+ <name>Add new RADIUS server</name>
+ </field>
<field>
<type>submit</type>
<name>Next</name>
@@ -269,7 +276,6 @@
<type>submit</type>
</field>
</fields>
- <stepbeforeformdisplay>step5_stepbeforeformdisplay();</stepbeforeformdisplay>
<stepsubmitphpaction>step5_submitphpaction();</stepsubmitphpaction>
<includefile>/usr/local/www/wizards/openvpn_wizard.inc</includefile>
</step>
@@ -285,6 +291,10 @@
<bindstofield>ovpnserver->step6->authcertca</bindstofield>
</field>
<field>
+ <type>submit</type>
+ <name>Add new CA</name>
+ </field>
+ <field>
<name>Next</name>
<type>submit</type>
</field>
@@ -394,7 +404,7 @@
<step>
<id>8</id>
<title>OpenVPN Remote Access Server Setup Wizard</title>
- <description>Create a certificate to be used by server.</description>
+ <description>Select certificate to be used with server.</description>
<fields>
<field>
<type>cert_selection</type>
@@ -403,6 +413,10 @@
<bindstofield>ovpnserver->step9->authcertname</bindstofield>
</field>
<field>
+ <type>submit</type>
+ <name>Add new Certificate</name>
+ </field>
+ <field>
<name>Next</name>
<type>submit</type>
</field>
@@ -507,7 +521,6 @@
</fields>
<stepsubmitphpaction>step9_submitphpaction();</stepsubmitphpaction>
<includefile>/usr/local/www/wizards/openvpn_wizard.inc</includefile>
- <javascriptafterformdisplay>enablechange();</javascriptafterformdisplay>
</step>
<step>
<id>10</id>
OpenPOWER on IntegriCloud