Commit Graph

42 Commits

Author SHA1 Message Date
Scott Ullrich
97aaf7067a Change color to #333333
Suggested-by: hoba
2005-07-24 23:47:41 +00:00
Scott Ullrich
85dc4438aa Change rounded corner color to match the rest of the items 2005-07-24 18:31:16 +00:00
Scott Ullrich
5adb337553 Round the corners 2005-07-24 16:51:34 +00:00
Scott Ullrich
50f60bca21 Use a white background 2005-07-24 16:47:32 +00:00
Erik Kristensen
677c08696a updating files to use theme images
removing images from /usr/local/www
adding specific images into the correct theme directories
2005-07-21 00:17:40 +00:00
Bill Marquette
63637de932 Code cleanup 2005-07-04 19:52:23 +00:00
Scott Ullrich
4df96eff4d include head.inc and round corners on tabs 2005-07-02 04:38:35 +00:00
Scott Ullrich
fc19d3715f use parse_xml_config_pkg() 2005-06-25 19:31:21 +00:00
Scott Ullrich
78818d7a4b Correctly popultae $myurl and friends
Fixes Ticket #179
2005-06-22 15:12:43 +00:00
Bill Marquette
5a4089a26e xmlparse.inc is included already in config.inc which is included in guiconfig.inc 2005-06-20 02:50:52 +00:00
Bill Marquette
d5ba756869 no more xmlparse_pkg.inc 2005-06-20 02:46:35 +00:00
Colin Smith
88e5b39c88 No more xml_parse_config_pkg. 2005-06-18 21:30:19 +00:00
Scott Ullrich
fc7bea0e31 Restore form state upon loading. 2005-06-13 23:45:19 +00:00
Scott Ullrich
3f83de3de3 Correctly handle checkboxes in the wizard 2005-06-13 23:31:31 +00:00
Colin Smith
33a56b2786 Add greyout support. This is still very experimental ;) 2005-06-02 04:42:57 +00:00
Bill Marquette
f3c6fdc010 Allow for <warning> tag 2005-06-02 04:32:16 +00:00
Scott Ullrich
88481a774e If the field type is checkbox then set the value in config.xml to TRUE if its "on" 2005-05-31 19:24:04 +00:00
Scott Ullrich
d3d255cc1f $config['lan']['ip'] -> $config['interfaces']['lan']['ip'] 2005-04-28 16:46:09 +00:00
Scott Ullrich
a0190b50a5 Make $myurl a global variable
This fixes Ticket #39
2005-04-26 23:08:13 +00:00
Scott Ullrich
10a5b60ecc Redirect to the correct URL/IP after the wizard 2005-04-04 23:34:07 +00:00
Scott Ullrich
bd31336e1e * Move indvidual xml subnet items to its own widget
* Move indvidual xml time zones items to its own widget
2005-04-04 23:11:01 +00:00
Bill Marquette
b46bfcf575 Add $Id$ tag 2005-03-27 22:31:32 +00:00
Bill Marquette
bb0c9569c2 remove hardcoded path
remove assumption that if $xml is set that the file must exist - die gracefully now
2005-03-27 21:49:15 +00:00
Scott Ullrich
f9e35766a5 Add upload progress bar tracking support to php (as a module) 2005-03-26 01:39:23 +00:00
Bill Marquette
03fb5c377c use relative url 2005-03-12 05:46:26 +00:00
Bill Marquette
6bb5c9aa86 Client side input validation for the wizard
Fix invalid domain name bug
2005-03-12 05:44:37 +00:00
Scott Ullrich
d21337019d Add variable substitutions: $wanip, $lanip to wizard and pkg_edit facilities. 2005-01-12 17:17:35 +00:00
Scott Ullrich
d51f86e05d Expand the usage of $myurl in wizard fields and pkg_edit 2005-01-12 04:47:39 +00:00
Scott Ullrich
3ed807e4f3 Move the stepsubmitphpaction out of the field collection. It was not setting the root password correctly. 2005-01-05 23:18:33 +00:00
Scott Ullrich
35fecd552d Fix eval bug. 2004-12-29 01:00:31 +00:00
Scott Ullrich
f2ec2c48c9 Fix checkbox bug where checkboxes are not enabled in the wizards properly. 2004-12-29 00:23:17 +00:00
Scott Ullrich
b1919dd007 Correctly restore SelectedType selection on wizard load and correctly save out the selected type setting. 2004-12-23 23:06:26 +00:00
Scott Ullrich
e1e7a4256f Add stepsubmitbeforesave tag which will process text before saving. 2004-12-23 22:00:02 +00:00
Scott Ullrich
34b5c5a000 Add enable and disable fields feature to XML language. Fix the TYPE dropdown. 2004-12-19 18:51:48 +00:00
Scott Ullrich
46985f199f Clean up arraynum handling. 2004-12-18 23:02:09 +00:00
Scott Ullrich
9b8837be06 Move the "User has been added." save message to the XML file where it belongs. 2004-12-18 21:34:40 +00:00
Scott Ullrich
a8df0181a7 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>
2004-12-18 21:08:26 +00:00
Scott Ullrich
788ff7cb05 Dont forget to output the fields description if it exists. 2004-12-18 20:29:42 +00:00
Scott Ullrich
e48fc17dce The wizard system now works! 2004-12-18 20:24:50 +00:00
Scott Ullrich
57333fa05a Dont forget closing name '. 2004-12-17 22:46:52 +00:00
Scott Ullrich
2fbd68062d Wizard now will walk through entire step process.
TODO: Save posted items correctly.
2004-12-17 22:42:16 +00:00
Scott Ullrich
658292efab Introduce wizard system. 2004-12-17 20:14:37 +00:00