diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-12-17 20:16:46 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-12-17 20:16:46 +0000 |
commit | ac60cb518c023fbb6633d203966735d7e3aa81b9 (patch) | |
tree | 3df10de8c7977ee73ad7595acd0d078d96c41d3e /usr | |
parent | 658292efabc2b2912f9d2621a7177c17a9d8c9b4 (diff) | |
download | pfsense-ac60cb518c023fbb6633d203966735d7e3aa81b9.zip pfsense-ac60cb518c023fbb6633d203966735d7e3aa81b9.tar.gz |
Updated to match wizard.php
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/setup_wizard.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index 9af2b80..1bc3f9e 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -16,12 +16,18 @@ <description>Please enter the time, date and time zone.</description> <fields> <field> - <name></name> - <description></description> - <type></type> + <name>Date</name> + <description>Enter the date in MM/DD/YY format.</description> + <type>input</type> </field> + <field> + <name>Time</name> + <description>Enter the time in HH:MM format.</description> + <type>input</type> + </field> </fields> - <step_submit_php_action> - </step_submit_php_action> + <stepsubmitphpaction> + mwxec("date " . $_POST['Date'] . $_POST['Time']); + </stepsubmitphpaction> </step> </pfSenseWizard>
\ No newline at end of file |