|
From: Chris W. <la...@us...> - 2001-10-29 05:16:27
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/template In directory usw-pr-cvs1:/tmp/cvs-serv5861/template Modified Files: page_form.tmpl Log Message: modified call to edit_document_box Index: page_form.tmpl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/template/page_form.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** page_form.tmpl 2001/10/25 15:21:32 1.5 --- page_form.tmpl 2001/10/29 05:16:25 1.6 *************** *** 1,4 **** [%- DEFAULT theme = OI.theme_properties; count = 0 -%] ! [%- OI.box_add( 'edit_document_box', location = page.location ); -%] [%- PROCESS error_message -%] --- 1,4 ---- [%- DEFAULT theme = OI.theme_properties; count = 0 -%] ! [%- OI.box_add( 'edit_document_box', page = page ); -%] [%- PROCESS error_message -%] |