summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Add upload progress bar tracking support to php (as a module)Scott Ullrich2005-03-261-1/+1
|
* use relative urlBill Marquette2005-03-121-1/+1
|
* Client side input validation for the wizardBill Marquette2005-03-121-1/+16
| | | | Fix invalid domain name bug
* Add variable substitutions: $wanip, $lanip to wizard and pkg_edit facilities.Scott Ullrich2005-01-121-1/+12
|
* Expand the usage of $myurl in wizard fields and pkg_editScott Ullrich2005-01-121-7/+27
|
* Move the stepsubmitphpaction out of the field collection. It was not ↵Scott Ullrich2005-01-051-5/+6
| | | | setting the root password correctly.
* Fix eval bug.Scott Ullrich2004-12-291-1/+1
|
* Fix checkbox bug where checkboxes are not enabled in the wizards properly.Scott Ullrich2004-12-291-1/+5
|
* Correctly restore SelectedType selection on wizard load and correctly save ↵Scott Ullrich2004-12-231-9/+9
| | | | out the selected type setting.
* Add stepsubmitbeforesave tag which will process text before saving.Scott Ullrich2004-12-231-2/+6
|
* Add enable and disable fields feature to XML language. Fix the TYPE dropdown.Scott Ullrich2004-12-191-55/+165
|
* Clean up arraynum handling.Scott Ullrich2004-12-181-5/+17
|
* Move the "User has been added." save message to the XML file where it belongs.Scott Ullrich2004-12-181-0/+2
|
* Add arraynum flag which is used when there is an array of values.Scott Ullrich2004-12-181-0/+10
| | | | | | 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.Scott Ullrich2004-12-181-1/+4
|
* The wizard system now works!Scott Ullrich2004-12-181-19/+38
|
* Dont forget closing name '.Scott Ullrich2004-12-171-1/+1
|
* Wizard now will walk through entire step process.Scott Ullrich2004-12-171-22/+45
| | | | TODO: Save posted items correctly.
* Introduce wizard system.Scott Ullrich2004-12-171-0/+140
OpenPOWER on IntegriCloud