Index: openacs-4/packages/new-portal/www/element-config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/Attic/element-config.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/element-config.tcl 1 Oct 2001 20:00:01 -0000 1.1 @@ -0,0 +1,15 @@ +# www/element-config.tcl +ad_page_contract { + Configure an element then go back to element-add-2 +} { + portal_id:naturalnum,notnull,permission(write) + name:trim,notnull,nohtml + region:notnull + ds_ids:naturalnum,multiple,notnull + ds_to_configure:naturalnum,notnull +} + +# get all the params we need to configure +# order them by if they are optional or not + +# show the DS's config page