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.100 -r1.101 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 22 Jan 2002 20:51:49 -0000 1.100 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 22 Jan 2002 23:42:24 -0000 1.101 @@ -361,7 +361,10 @@ Add a new page: @page_data@ -

" +

+
+
+ Configure Page Elements:" set list_of_page_ids [list $page_id] @@ -392,20 +395,19 @@ if {$element_count == 0} { append template " - Page $portal(page_name) has no Elements

" +

Page $portal(page_name) has no Elements" } else { append template " - Configure Page $portal(page_name)'s Elements -

- Debug: element_list $element_list, layout_id $layout_id -

- +

Page $portal(page_name) Elements " } + + # clear out the region array + array unset fake_element_ids }