|
From: Chris W. <la...@us...> - 2001-11-27 12:09:25
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/template
In directory usw-pr-cvs1:/tmp/cvs-serv16019/template
Modified Files:
page_form.tmpl
Log Message:
ensure everything is named properly
Index: page_form.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/template/page_form.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** page_form.tmpl 2001/11/26 06:29:31 1.7
--- page_form.tmpl 2001/11/27 12:09:22 1.8
***************
*** 117,121 ****
[% INCLUDE label_form_text_row( label = 'Content Location',
post_label = cl_label,
! name = content_location,
value = page.content_location ) -%]
--- 117,121 ----
[% INCLUDE label_form_text_row( label = 'Content Location',
post_label = cl_label,
! name = 'content_location',
value = page.content_location ) -%]
|