Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -r1.54 -r1.55 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 9 Nov 2001 00:25:55 -0000 1.54 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 9 Nov 2001 02:46:29 -0000 1.55 @@ -212,10 +212,12 @@ } - ad_proc -public configure { portal_id } { + ad_proc -public configure { portal_id return_url } { Return a portal configuration page. All form targets point to file_stub-2. + @param portal_id + @return_url @return A portal configuration page } { ad_require_permission $portal_id portal_read_portal @@ -225,6 +227,7 @@ set master_template [ad_parameter master_template] set target_stub [lindex [ns_conn urlv] [expr [ns_conn urlc] - 1]] set action_string [append target_stub "-2"] + set name [get_name $portal_id] # XXX todo layout change # get the layouts @@ -277,6 +280,8 @@ # the sources /www/place-element.tcl set template " + Return to @name@ +

Change Your Portal's Name: