Add variable substitutions: $wanip, $lanip to wizard and pkg_edit facilities.
Expand the usage of $myurl in wizard fields and pkg_edit
Move the stepsubmitphpaction out of the field collection. It was not setting the root password correctly.
Fix eval bug.
Fix checkbox bug where checkboxes are not enabled in the wizards properly.
Correctly restore SelectedType selection on wizard load and correctly save out the selected type setting.
Add stepsubmitbeforesave tag which will process text before saving.
Add enable and disable fields feature to XML language. Fix the TYPE dropdown.
Clean up arraynum handling.
Move the "User has been added." save message to the XML file where it belongs.
Add arraynum flag which is used when there is an array of values.
Example would be:<dnsserver>X.X.X.X</dnsserver><dnsserver>Y.Y.Y.Y</dnsserver>
Dont forget to output the fields description if it exists.
The wizard system now works!
Dont forget closing name '.
Wizard now will walk through entire step process.
TODO: Save posted items correctly.
Introduce wizard system.