summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
Commit message (Collapse)AuthorAgeFilesLines
* include head.inc and round corners on tabsScott Ullrich2005-07-021-8/+3
|
* use parse_xml_config_pkg()Scott Ullrich2005-06-251-1/+1
|
* Correctly popultae $myurl and friendsScott Ullrich2005-06-221-9/+6
| | | | Fixes Ticket #179
* xmlparse.inc is included already in config.inc which is included in ↵Bill Marquette2005-06-201-1/+0
| | | | guiconfig.inc
* no more xmlparse_pkg.incBill Marquette2005-06-201-1/+1
|
* No more xml_parse_config_pkg.Colin Smith2005-06-181-1/+1
|
* Restore form state upon loading.Scott Ullrich2005-06-131-2/+1
|
* Correctly handle checkboxes in the wizardScott Ullrich2005-06-131-2/+11
|
* Add greyout support. This is still very experimental ;)Colin Smith2005-06-021-13/+46
|
* Allow for <warning> tagBill Marquette2005-06-021-1/+6
|
* If the field type is checkbox then set the value in config.xml to TRUE if ↵Scott Ullrich2005-05-311-1/+3
| | | | its "on"
* $config['lan']['ip'] -> $config['interfaces']['lan']['ip']Scott Ullrich2005-04-281-1/+1
|
* Make $myurl a global variableScott Ullrich2005-04-261-1/+1
| | | | This fixes Ticket #39
* Redirect to the correct URL/IP after the wizardScott Ullrich2005-04-041-1/+2
|
* * Move indvidual xml subnet items to its own widgetScott Ullrich2005-04-041-2/+42
| | | | * Move indvidual xml time zones items to its own widget
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* remove hardcoded pathBill Marquette2005-03-271-4/+9
| | | | remove assumption that if $xml is set that the file must exist - die gracefully now
* 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