Index: openacs-4/packages/acs-templating/www/doc/guide/wizards.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizards.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/guide/wizards.html 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/guide/wizards.html 13 Sep 2002 16:46:31 -0000 1.2 @@ -17,7 +17,7 @@
wizard create make_sandwich -params { sandwich_id }
-

See the wizard API for optional +

See the wizard API for optional parameters to this command.

Add steps

@@ -28,7 +28,7 @@
wizard add make_sandwich -label "Add the lettuce" -url "add-lettuce"

In auto-generated wizards, the wizard steps appear in the order they were -created. See the wizard API for +created. See the wizard API for optional parameters to this command. Alternatively, wizard steps can be created in the wizard create statement with the -steps option: